merve HF Staff commited on
Commit
f4f10f3
·
verified ·
1 Parent(s): 0f77742

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 📺",