xxx1 commited on
Commit
dcf82fb
1 Parent(s): 026d4fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ with gr.Blocks(
29
 
30
  with gr.Row():
31
  with gr.Column(scale=1):
32
- image_input = gr.Image(type="pil",label="VQA Image Input")
33
  with gr.Row():
34
  with gr.Column(scale=1):
35
  chat_input = gr.Textbox(lines=1, label="Captions0 Input")
 
29
 
30
  with gr.Row():
31
  with gr.Column(scale=1):
32
+ image_input = gr.Image(type="pil",label="Image Input")
33
  with gr.Row():
34
  with gr.Column(scale=1):
35
  chat_input = gr.Textbox(lines=1, label="Captions0 Input")