Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -198,7 +198,6 @@ examples = [
|
|
198 |
[{"text": "Tell me a story about a brave knight."}],
|
199 |
[{"text": "@video-infer Explain the content of the Advertisement", "files": ["example_images/videoplayback.mp4"]}],
|
200 |
[{"text": "@video-infer Explain the content of the video in detail", "files": ["example_images/breakfast.mp4"]}],
|
201 |
-
[{"text": "@video-infer Explain the content of the video.", "files": ["example_images/sky.mp4"]}],
|
202 |
]
|
203 |
|
204 |
demo = gr.ChatInterface(
|
|
|
198 |
[{"text": "Tell me a story about a brave knight."}],
|
199 |
[{"text": "@video-infer Explain the content of the Advertisement", "files": ["example_images/videoplayback.mp4"]}],
|
200 |
[{"text": "@video-infer Explain the content of the video in detail", "files": ["example_images/breakfast.mp4"]}],
|
|
|
201 |
]
|
202 |
|
203 |
demo = gr.ChatInterface(
|