Spaces:
Sleeping
Sleeping
Fix submit button
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ with gr.Blocks() as app:
|
|
19 |
)
|
20 |
with gr.Row():
|
21 |
prompt = gr.Textbox(label="Input", value="Describe this image.")
|
22 |
-
submit = gr.Button(
|
23 |
with gr.Row():
|
24 |
img = gr.Image(label="Image")
|
25 |
output = gr.TextArea(label="Output")
|
|
|
19 |
)
|
20 |
with gr.Row():
|
21 |
prompt = gr.Textbox(label="Input", value="Describe this image.")
|
22 |
+
submit = gr.Button("Submit")
|
23 |
with gr.Row():
|
24 |
img = gr.Image(label="Image")
|
25 |
output = gr.TextArea(label="Output")
|