Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -39,7 +39,7 @@ with gr.Blocks(
|
|
39 |
with gr.Row():
|
40 |
|
41 |
with gr.Column(scale=1):
|
42 |
-
caption_output =
|
43 |
chat_input = gr.Textbox(lines=1, label="VQA Input")
|
44 |
chat_input.submit(
|
45 |
inference_chat,
|
|
|
39 |
with gr.Row():
|
40 |
|
41 |
with gr.Column(scale=1):
|
42 |
+
caption_output = gr.Textbox(lines=0, label="")
|
43 |
chat_input = gr.Textbox(lines=1, label="VQA Input")
|
44 |
chat_input.submit(
|
45 |
inference_chat,
|