Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
HuggingFaceTB/SmolVLM-256M-Demo
HuggingFaceTB
/
SmolVLM2
like
77
Running
on
Zero
App
Files
Files
Community
4
Fetching metadata from the HF Docker repository...
prithivMLmods
commited on
22 days ago
Commit
36a83dc
·
verified
·
1 Parent(s):
7bdd5a5
client-side rendering mode
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -144,5 +144,5 @@ demo = gr.ChatInterface(fn=model_inference, title="SmolVLM2: The Smollest Video
144
145
146
147
-
demo.launch(debug=True)
148
144
145
146
147
+
demo.launch(debug=True
, ssr_mode=False
)
148