Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -186,6 +186,7 @@ with gr.Blocks(css=css) as demo:
|
|
186 |
with gr.Column():
|
187 |
caption_kosmos = gr.Textbox(label="Caption generated by KOSMOS-2")
|
188 |
caption_fuyu = gr.Textbox(label="Caption generated by Fuyu-8B")
|
|
|
189 |
|
190 |
outputs_caption = [caption_kosmos, caption_fuyu, caption_llava]
|
191 |
|
|
|
186 |
with gr.Column():
|
187 |
caption_kosmos = gr.Textbox(label="Caption generated by KOSMOS-2")
|
188 |
caption_fuyu = gr.Textbox(label="Caption generated by Fuyu-8B")
|
189 |
+
caption_llava = gr.Textbox(label="Caption generated by LLaVA-NeXT")
|
190 |
|
191 |
outputs_caption = [caption_kosmos, caption_fuyu, caption_llava]
|
192 |
|