Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ gr.Interface(
|
|
31 |
title="Compare IDEFICS2-8B Against DPO",
|
32 |
description="",
|
33 |
inputs=[gr.MultimodalTextbox(file_types=["image"], show_label=False)],
|
34 |
-
outputs=[gr.Textbox(label="idefics2-8b"), gr.Textbox(label="idefics2-8b-dpoed")]
|
35 |
examples=[{"text": "Describe this image in detail.", "files": [{path: "./bee.jpg"}]}],
|
36 |
).launch()
|
37 |
|
|
|
31 |
title="Compare IDEFICS2-8B Against DPO",
|
32 |
description="",
|
33 |
inputs=[gr.MultimodalTextbox(file_types=["image"], show_label=False)],
|
34 |
+
outputs=[gr.Textbox(label="idefics2-8b"), gr.Textbox(label="idefics2-8b-dpoed")],
|
35 |
examples=[{"text": "Describe this image in detail.", "files": [{path: "./bee.jpg"}]}],
|
36 |
).launch()
|
37 |
|