Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
thesab
/
SnapClean
like
1
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
sab
commited on
Nov 21, 2024
Commit
0c3e611
·
1 Parent(s):
573db9e
ssr_mode=False
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -117,4 +117,4 @@ demo = gr.Interface(
117
)
118
119
120
-
demo.launch(debug=False, show_error=True, share=True)
117
)
118
119
120
+
demo.launch(debug=False, show_error=True, share=True
,ssr_mode=False
)