Didier commited on
Commit
0c66167
·
verified ·
1 Parent(s): b9d6008

Update module_vision.py

Browse files
Files changed (1) hide show
  1. 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": ["samples/Usain_Bolt_floats_to_victory.mp4"]}],
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
  #