Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
prithivMLmods
/
Multimodal-Edge-Node
like
3
Running
on
Zero
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
prithivMLmods
commited on
12 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
)