Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -130,8 +130,8 @@ the huggingface logo or variations), but we need to keep it in for obvious reaso
|
|
130 |
# article = gr.Markdown(description)
|
131 |
|
132 |
iface = gr.Interface(fn=edict, inputs=[gr.Image(interactive=False),
|
133 |
-
gr.Textbox(label="Original Description"),
|
134 |
-
gr.Textbox(label="Edit Description"),
|
135 |
# 50, # gr.Slider(5, 50, value=20, step=1),
|
136 |
# 0.93, # gr.Slider(0.5, 1, value=0.7, step=0.05),
|
137 |
gr.Slider(0.0, 1, value=0.8, step=0.05),
|
|
|
130 |
# article = gr.Markdown(description)
|
131 |
|
132 |
iface = gr.Interface(fn=edict, inputs=[gr.Image(interactive=False),
|
133 |
+
gr.Textbox(label="Original Description", interactive=False),
|
134 |
+
gr.Textbox(label="Edit Description", interactive=False),
|
135 |
# 50, # gr.Slider(5, 50, value=20, step=1),
|
136 |
# 0.93, # gr.Slider(0.5, 1, value=0.7, step=0.05),
|
137 |
gr.Slider(0.0, 1, value=0.8, step=0.05),
|