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...
client-side rendering mode
#4
by
prithivMLmods
- opened
22 days ago
base:
refs/heads/main
←
from:
refs/pr/4
Discussion
Files changed
+1
-1
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