Spaces:
Runtime error
Runtime error
Update module_vision.py
Browse files- module_vision.py +1 -0
module_vision.py
CHANGED
|
@@ -17,6 +17,7 @@ def process(message, history):
|
|
| 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 |
#
|
|
|
|
| 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": "Could you descrive the video?", "files": ["threads_brittlestar_post_DIABZcnJ.mp4"]}],
|
| 21 |
]
|
| 22 |
|
| 23 |
#
|