xxx1 commited on
Commit
6801c63
1 Parent(s): 05b9609

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -69,10 +69,10 @@ with gr.Blocks(
69
 
70
  with gr.Row():
71
  with gr.Column(scale=1):
72
- image_input = gr.Image(type="pil")
73
  with gr.Row():
74
  with gr.Column(scale=1):
75
- chat_input = gr.Textbox(lines=1, label="VQA Input(问题输入)")
76
  with gr.Row():
77
  clear_button = gr.Button(value="Clear", interactive=True)
78
  submit_button = gr.Button(
 
69
 
70
  with gr.Row():
71
  with gr.Column(scale=1):
72
+ image_input = gr.Image(type="pil",label="VQA Image Input")
73
  with gr.Row():
74
  with gr.Column(scale=1):
75
+ chat_input = gr.Textbox(lines=1, label="VQA Quesiton Input")
76
  with gr.Row():
77
  clear_button = gr.Button(value="Clear", interactive=True)
78
  submit_button = gr.Button(