Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -128,8 +128,8 @@ def model_inference(
|
|
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/
|
132 |
-
[{"text": "
|
133 |
[{"text": "What is the date in this document?", "files": ["example_images/document.jpg"]}],
|
134 |
[{"text": "What is happening in the video?", "files": ["example_images/short.mp4"]}],
|
135 |
]
|
|
|
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/mosque.jpg"]}],
|
132 |
+
[{"text": "When was this purchase made and how much did it cost?", "files": ["example_images/fiche.jpg"]}],
|
133 |
[{"text": "What is the date in this document?", "files": ["example_images/document.jpg"]}],
|
134 |
[{"text": "What is happening in the video?", "files": ["example_images/short.mp4"]}],
|
135 |
]
|