Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ASLP-lab
/
DiffRhythm
like
234
Running
on
Zero
App
Files
Files
Community
6
Fetching metadata from the HF Docker repository...
Fixes 500 error for some users
#3
by
Tonic
- opened
3 days ago
base:
refs/heads/main
←
from:
refs/pr/3
Discussion
Files changed
+1
-1
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -317,4 +317,4 @@ demo.queue().launch(show_api=False, show_error=True)
317
318
319
if __name__ == "__main__":
320
-
demo.launch()
317
318
319
if __name__ == "__main__":
320
+
demo.launch(
ssr_mode=False
)