Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
pngwn/top-cut-off
pngwn
/
top-cut-off-main
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
pngwn
HF Staff
commited on
30 days ago
Commit
3a8a774
·
verified
·
1 Parent(s):
08be86e
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -39,4 +39,4 @@ with demo.route("Technical Documentation", "/docs"):
39
40
41
if __name__ == "__main__":
42
-
demo.launch()
39
40
41
if __name__ == "__main__":
42
+
demo.launch(
ssr_mode=False
)