Spaces:
Runtime error
Runtime error
This Pull Request fixes the space
#5
by
Fabrice-TIERCELIN - opened
app.py
CHANGED
|
@@ -34,5 +34,6 @@ gr.Interface(
|
|
| 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 |
|
|
|
|
| 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 |
+
cache_examples=False,
|
| 38 |
).launch()
|
| 39 |
|