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