Update app.py
Browse files
app.py
CHANGED
|
@@ -155,7 +155,7 @@ examples = [
|
|
| 155 |
[{"text": "@aya-vision What is this UI about?", "files": ["example_images/s2w_example.png"]}],
|
| 156 |
[{"text": "Can you describe this image?", "files": ["example_images/newyork.jpg"]}],
|
| 157 |
[{"text": "Can you describe this image?", "files": ["example_images/dogs.jpg"]}],
|
| 158 |
-
[{"text": "Where do the severe droughts happen according to this diagram?", "files": ["example_images/examples_weather_events.png"]}],
|
| 159 |
]
|
| 160 |
|
| 161 |
demo = gr.ChatInterface(
|
|
|
|
| 155 |
[{"text": "@aya-vision What is this UI about?", "files": ["example_images/s2w_example.png"]}],
|
| 156 |
[{"text": "Can you describe this image?", "files": ["example_images/newyork.jpg"]}],
|
| 157 |
[{"text": "Can you describe this image?", "files": ["example_images/dogs.jpg"]}],
|
| 158 |
+
[{"text": "@aya-vision Where do the severe droughts happen according to this diagram?", "files": ["example_images/examples_weather_events.png"]}],
|
| 159 |
]
|
| 160 |
|
| 161 |
demo = gr.ChatInterface(
|