Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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(
|
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 |
|