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
prithivMLmods/Multimodal-Edge-Node
BIGJUTT
/
Multimodal-Edge-Node
like
1
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
prithivMLmods
commited on
26 days ago
Commit
d3d357e
·
verified
·
1 Parent(s):
65e8714
update app
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1440,4 +1440,4 @@ runBtn.onclick = async () => {
1440
"""
1441
1442
if __name__ == "__main__":
1443
-
app.launch(show_error=True)
1440
"""
1441
1442
if __name__ == "__main__":
1443
+
app.launch(show_error=True
, ssr_mode=False
)