Spaces:
Running
on
Zero
Running
on
Zero
Update module_vision.py
Browse files- module_vision.py +1 -1
module_vision.py
CHANGED
@@ -15,7 +15,7 @@ def process(message, history):
|
|
15 |
yield from vlm.stream_response(messages)
|
16 |
|
17 |
examples=[
|
18 |
-
[{"text": "What is happening in the video?", "files": ["
|
19 |
]
|
20 |
|
21 |
#
|
|
|
15 |
yield from vlm.stream_response(messages)
|
16 |
|
17 |
examples=[
|
18 |
+
[{"text": "What is happening in the video?", "files": ["Usain_Bolt_floats_to_victory.mp4"]}],
|
19 |
]
|
20 |
|
21 |
#
|