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