merve HF staff commited on
Commit
3851363
·
verified ·
1 Parent(s): 5113a09

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -131,7 +131,7 @@ examples=[
131
  [{"text": "Describe this image.", "files": ["example_images/campeones.jpg"]}],
132
  [{"text": "What does this say?", "files": ["example_images/math.jpg"]}],
133
  [{"text": "What is the date in this document?", "files": ["example_images/document.jpg"]}],
134
- [{"text": "What is happening in the video?", "files": ["example_images/barcamadridhighlights.mp4"]}],
135
  ]
136
  demo = gr.ChatInterface(fn=model_inference, title="SmolVLM2: The Smollest Video Model Ever 📺",
137
  description="Play with [SmolVLM2-2.2B-Instruct](https://huggingface.co/HuggingFaceTB/SmolVLM2-2.2B-Instruct) in this demo. To get started, upload an image and text or try one of the examples. This demo doesn't use history for the chat, so every chat you start is a new conversation.",
 
131
  [{"text": "Describe this image.", "files": ["example_images/campeones.jpg"]}],
132
  [{"text": "What does this say?", "files": ["example_images/math.jpg"]}],
133
  [{"text": "What is the date in this document?", "files": ["example_images/document.jpg"]}],
134
+ [{"text": "What is happening in the video?", "files": ["example_images/short.mp4"]}],
135
  ]
136
  demo = gr.ChatInterface(fn=model_inference, title="SmolVLM2: The Smollest Video Model Ever 📺",
137
  description="Play with [SmolVLM2-2.2B-Instruct](https://huggingface.co/HuggingFaceTB/SmolVLM2-2.2B-Instruct) in this demo. To get started, upload an image and text or try one of the examples. This demo doesn't use history for the chat, so every chat you start is a new conversation.",