Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -128,7 +128,7 @@ examples=[
|
|
128 |
[{"text": "What does this say?", "files": ["example_images/math.jpg"]}],
|
129 |
[{"text": "What is the date in this document?", "files": ["example_images/document.jpg"]}],
|
130 |
[{"text": "What is this UI about?", "files": ["example_images/s2w_example.png"]}],
|
131 |
-
[{"text": "What is happening in the video?", "files": ["barcamadridhighlights.mp4"]}],
|
132 |
|
133 |
]
|
134 |
demo = gr.ChatInterface(fn=model_inference, title="SmolVLM2: The Smollest Video Model Ever 📺",
|
|
|
128 |
[{"text": "What does this say?", "files": ["example_images/math.jpg"]}],
|
129 |
[{"text": "What is the date in this document?", "files": ["example_images/document.jpg"]}],
|
130 |
[{"text": "What is this UI about?", "files": ["example_images/s2w_example.png"]}],
|
131 |
+
[{"text": "What is happening in the video?", "files": ["example_images/barcamadridhighlights.mp4"]}],
|
132 |
|
133 |
]
|
134 |
demo = gr.ChatInterface(fn=model_inference, title="SmolVLM2: The Smollest Video Model Ever 📺",
|