Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -159,7 +159,6 @@ examples = [
|
|
| 159 |
[{"text": "@video-infer Explain the content of the video.", "files": ["example_images/sky.mp4"]}],
|
| 160 |
[{"text": "What does this say?", "files": ["example_images/math.jpg"]}],
|
| 161 |
[{"text": "What is this UI about?", "files": ["example_images/s2w_example.png"]}],
|
| 162 |
-
[{"text": "Where do the severe droughts happen according to this diagram?", "files": ["example_images/examples_weather_events.png"]}],
|
| 163 |
]
|
| 164 |
|
| 165 |
demo = gr.ChatInterface(
|
|
|
|
| 159 |
[{"text": "@video-infer Explain the content of the video.", "files": ["example_images/sky.mp4"]}],
|
| 160 |
[{"text": "What does this say?", "files": ["example_images/math.jpg"]}],
|
| 161 |
[{"text": "What is this UI about?", "files": ["example_images/s2w_example.png"]}],
|
|
|
|
| 162 |
]
|
| 163 |
|
| 164 |
demo = gr.ChatInterface(
|