Spaces:
Running
on
Zero
Running
on
Zero
Update module_vision.py
Browse files- module_vision.py +1 -2
module_vision.py
CHANGED
@@ -16,8 +16,7 @@ def process(message, history):
|
|
16 |
|
17 |
examples=[
|
18 |
[{"text": "What is happening in the video?", "files": ["Usain_Bolt_floats_to_victory.mp4"]}],
|
19 |
-
[{"text": "Pourrais-tu décrire cette image?", "files": ["le_monde_2025-04-01.jpg
|
20 |
-
[{"text": "Comment rationaliser le phénomène du 'quantum entanglement'?",}],
|
21 |
]
|
22 |
|
23 |
#
|
|
|
16 |
|
17 |
examples=[
|
18 |
[{"text": "What is happening in the video?", "files": ["Usain_Bolt_floats_to_victory.mp4"]}],
|
19 |
+
[{"text": "Pourrais-tu décrire cette image?", "files": ["le_monde_2025-04-01.jpg"]}],
|
|
|
20 |
]
|
21 |
|
22 |
#
|