rdezwart commited on
Commit
5a0207c
1 Parent(s): 6dafc63

Fix submit button

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(label="Submit")
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")