Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -156,7 +156,7 @@ def model_inference(input_dict, history):
|
|
| 156 |
|
| 157 |
examples = [
|
| 158 |
[{"text": "Describe the Image?", "files": ["example_images/document.jpg"]}],
|
| 159 |
-
[{"text": "@video-infer Explain the content of the
|
| 160 |
[{"text": "@video-infer Explain the content of the video in detail", "files": ["example_images/breakfast.mp4"]}],
|
| 161 |
[{"text": "@video-infer Explain the content of the video.", "files": ["example_images/sky.mp4"]}],
|
| 162 |
]
|
|
|
|
| 156 |
|
| 157 |
examples = [
|
| 158 |
[{"text": "Describe the Image?", "files": ["example_images/document.jpg"]}],
|
| 159 |
+
[{"text": "@video-infer Explain the content of the Advertisement", "files": ["example_images/videoplayback.mp4"]}],
|
| 160 |
[{"text": "@video-infer Explain the content of the video in detail", "files": ["example_images/breakfast.mp4"]}],
|
| 161 |
[{"text": "@video-infer Explain the content of the video.", "files": ["example_images/sky.mp4"]}],
|
| 162 |
]
|