Spaces:
Runtime error
Runtime error
Update app.py (#3)
Browse files- Update app.py (a9b2ad6b41439e82d330e48f78db3b4de1d0dfff)
Co-authored-by: Merve Noyan <[email protected]>
app.py
CHANGED
|
@@ -32,6 +32,7 @@ gr.Interface(
|
|
| 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": "
|
|
|
|
| 36 |
).launch()
|
| 37 |
|
|
|
|
| 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": "What is the type of flower in the image and what insect is on it?", "files": ["./bee.jpg"]},
|
| 36 |
+
{"text": "Describe the image", "files": ["./howl.jpg"]}],
|
| 37 |
).launch()
|
| 38 |
|