xxx1 commited on
Commit
d3ed3e1
1 Parent(s): f97f3fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ with gr.Blocks(
40
  submit_button = gr.Button(
41
  value="Submit", interactive=True, variant="primary"
42
  )
43
- with gr.Column(scale=1):
44
  caption_output = gr.Textbox(lines=0, label="VQA Output(模型答案输出)")
45
 
46
 
 
40
  submit_button = gr.Button(
41
  value="Submit", interactive=True, variant="primary"
42
  )
43
+ with gr.Column():
44
  caption_output = gr.Textbox(lines=0, label="VQA Output(模型答案输出)")
45
 
46