Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -31,5 +31,5 @@ gr.Interface(
|
|
| 31 |
outputs=[gr.Textbox(label="idefics2-8b")],
|
| 32 |
examples=[{"text": "What is the type of flower in the image and what insect is on it?", "files": ["./bee.jpg"]},
|
| 33 |
{"text": "Describe the image", "files": ["./howl.jpg"]}],
|
| 34 |
-
).launch()
|
| 35 |
|
|
|
|
| 31 |
outputs=[gr.Textbox(label="idefics2-8b")],
|
| 32 |
examples=[{"text": "What is the type of flower in the image and what insect is on it?", "files": ["./bee.jpg"]},
|
| 33 |
{"text": "Describe the image", "files": ["./howl.jpg"]}],
|
| 34 |
+
).launch(show_error=True)
|
| 35 |
|