Spaces:
Runtime error
Runtime error
ziqingyang
commited on
Commit
•
81b4313
1
Parent(s):
a3d1262
Update app.py
Browse files
app.py
CHANGED
@@ -100,9 +100,9 @@ with gr.Blocks(
|
|
100 |
'''
|
101 |
with gr.Column():
|
102 |
caption_output = gr.Textbox(lines=0, label="VQA ")
|
103 |
-
caption_output_v1 = gr.Textbox(lines=0, label="VQA+LLM(short)")
|
104 |
|
105 |
-
gpt3_output_v1 = gr.Textbox(lines=0, label="VQA+LLM(long)")
|
106 |
|
107 |
|
108 |
image_input.change(
|
|
|
100 |
'''
|
101 |
with gr.Column():
|
102 |
caption_output = gr.Textbox(lines=0, label="VQA ")
|
103 |
+
caption_output_v1 = gr.Textbox(lines=0, label="VQA+LLM (short answer)")
|
104 |
|
105 |
+
gpt3_output_v1 = gr.Textbox(lines=0, label="VQA+LLM (long answer)")
|
106 |
|
107 |
|
108 |
image_input.change(
|