Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -87,9 +87,10 @@ with gr.Blocks(
|
|
87 |
)
|
88 |
'''
|
89 |
with gr.Column():
|
|
|
90 |
caption_output = gr.Textbox(lines=0, label="VQA ")
|
91 |
gpt3_output_v1 = gr.Textbox(lines=0, label="VQA+LLM")
|
92 |
-
|
93 |
|
94 |
image_input.change(
|
95 |
lambda: ("", [],"","",""),
|
|
|
87 |
)
|
88 |
'''
|
89 |
with gr.Column():
|
90 |
+
caption_output_v1 = gr.Textbox(lines=0, label="CAP+LLM")
|
91 |
caption_output = gr.Textbox(lines=0, label="VQA ")
|
92 |
gpt3_output_v1 = gr.Textbox(lines=0, label="VQA+LLM")
|
93 |
+
|
94 |
|
95 |
image_input.change(
|
96 |
lambda: ("", [],"","",""),
|