Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -239,8 +239,6 @@ examples = [
|
|
| 239 |
[{"text": "Tell me a story about a brave knight in a faraway kingdom."}],
|
| 240 |
[{"text": "@video-infer Explain the content of the Advertisement", "files": ["example_images/videoplayback.mp4"]}],
|
| 241 |
[{"text": "@video-infer Explain the content of the video in detail", "files": ["example_images/breakfast.mp4"]}],
|
| 242 |
-
[{"text": "@video-infer Explain the content of the video.", "files": ["example_images/sky.mp4"]}],
|
| 243 |
-
|
| 244 |
]
|
| 245 |
|
| 246 |
demo = gr.ChatInterface(
|
|
|
|
| 239 |
[{"text": "Tell me a story about a brave knight in a faraway kingdom."}],
|
| 240 |
[{"text": "@video-infer Explain the content of the Advertisement", "files": ["example_images/videoplayback.mp4"]}],
|
| 241 |
[{"text": "@video-infer Explain the content of the video in detail", "files": ["example_images/breakfast.mp4"]}],
|
|
|
|
|
|
|
| 242 |
]
|
| 243 |
|
| 244 |
demo = gr.ChatInterface(
|