Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -82,7 +82,7 @@ def model_inference(
|
|
| 82 |
|
| 83 |
examples=[
|
| 84 |
[{"text": "Can you describe this image?", "files": ["example_images/newyork.jpg"]}],
|
| 85 |
-
[{"text": "
|
| 86 |
[{"text": "Where do the severe droughts happen according to this diagram?", "files": ["example_images/examples_weather_events.png"]}],
|
| 87 |
[{"text": "What art era do these artpieces belong to?", "files": ["example_images/rococo.jpg", "example_images/rococo_1.jpg"]}],
|
| 88 |
[{"text": "Describe this image.", "files": ["example_images/campeones.jpg"]}],
|
|
|
|
| 82 |
|
| 83 |
examples=[
|
| 84 |
[{"text": "Can you describe this image?", "files": ["example_images/newyork.jpg"]}],
|
| 85 |
+
[{"text": "Can you describe this image?", "files": ["example_images/dogs.jpg"]}],
|
| 86 |
[{"text": "Where do the severe droughts happen according to this diagram?", "files": ["example_images/examples_weather_events.png"]}],
|
| 87 |
[{"text": "What art era do these artpieces belong to?", "files": ["example_images/rococo.jpg", "example_images/rococo_1.jpg"]}],
|
| 88 |
[{"text": "Describe this image.", "files": ["example_images/campeones.jpg"]}],
|