Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
KBlueLeaf
/
HDM-demo
like
16
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Kohaku-Blueleaf
commited on
29 days ago
Commit
296df1e
·
1 Parent(s):
acdfa39
fixes
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -405,4 +405,4 @@ with gr.Blocks(css="footer {display: none !important}") as demo:
405
)
406
407
if __name__ == "__main__":
408
-
demo.launch()
405
)
406
407
if __name__ == "__main__":
408
+
demo.launch(
ssr_mode=False
)