Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -126,7 +126,7 @@ def model_inference(
|
|
| 126 |
|
| 127 |
|
| 128 |
examples=[
|
| 129 |
-
[
|
| 130 |
[{"text": "What art era this artpiece <image> and this artpiece <image> belong to?", "files": ["example_images/rococo.jpg", "example_images/rococo_1.jpg"]}],
|
| 131 |
[{"text": "Describe this image.", "files": ["example_images/campeones.jpg"]}],
|
| 132 |
[{"text": "What does this say?", "files": ["example_images/math.jpg"]}],
|
|
|
|
| 126 |
|
| 127 |
|
| 128 |
examples=[
|
| 129 |
+
[{"text": "Where do the severe droughts happen according to this diagram?", "files": ["example_images/examples_weather_events.png"]}],
|
| 130 |
[{"text": "What art era this artpiece <image> and this artpiece <image> belong to?", "files": ["example_images/rococo.jpg", "example_images/rococo_1.jpg"]}],
|
| 131 |
[{"text": "Describe this image.", "files": ["example_images/campeones.jpg"]}],
|
| 132 |
[{"text": "What does this say?", "files": ["example_images/math.jpg"]}],
|