Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -169,7 +169,7 @@ with gr.Blocks(
|
|
169 |
'''
|
170 |
with gr.Column():
|
171 |
|
172 |
-
caption_output = gr.Textbox(lines=0, label="VQA")
|
173 |
caption_output_v1 = gr.Textbox(lines=0, label="VQA + LLM (short answer)")
|
174 |
gpt3_output_v1 = gr.Textbox(lines=0, label="VQA+LLM (long answer)")
|
175 |
gr.Markdown(description)
|
|
|
169 |
'''
|
170 |
with gr.Column():
|
171 |
|
172 |
+
caption_output = gr.Textbox(lines=0, label="* VQA + LLM (short answer):\n The captioning model generates a caption \n of the image. We feed the caption")
|
173 |
caption_output_v1 = gr.Textbox(lines=0, label="VQA + LLM (short answer)")
|
174 |
gpt3_output_v1 = gr.Textbox(lines=0, label="VQA+LLM (long answer)")
|
175 |
gr.Markdown(description)
|