Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Duplicated from
HuggingFaceTB/SmolVLM-256M-Demo
HuggingFaceTB
/
SmolVLM2
like
81
Build error
App
Files
Files
Community
5
Fetching metadata from the HF Docker repository...
prithivMLmods
commited on
May 30, 2025
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