Spaces:
Runtime error
Runtime error
Update module_vision.py
Browse files- module_vision.py +2 -0
module_vision.py
CHANGED
|
@@ -16,6 +16,8 @@ def process(message, history):
|
|
| 16 |
|
| 17 |
examples=[
|
| 18 |
[{"text": "What is happening in the video?", "files": ["Usain_Bolt_floats_to_victory.mp4"]}],
|
|
|
|
|
|
|
| 19 |
]
|
| 20 |
|
| 21 |
#
|
|
|
|
| 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.jpg"]}],
|
| 20 |
+
[{"text": "Comment rationaliser le phénomène du 'quantum entanglement'?",}],
|
| 21 |
]
|
| 22 |
|
| 23 |
#
|