Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
haoheliu
/
audioldm2-text2audio-text2music
like
305
Sleeping
App
Files
Files
Community
70
Fetching metadata from the HF Docker repository...
Disables SSR gradio mode to avoid error 500 and UI displaying bugs for some users
#68
by
fffiloni
- opened
4 days ago
base:
refs/heads/main
←
from:
refs/pr/68
Discussion
Files changed
+1
-1
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -436,4 +436,4 @@ with iface:
436
"""
437
)
438
439
-
iface.queue(max_size=20).launch()
436
"""
437
)
438
439
+
iface.queue(max_size=20).launch(
ssr_mode=False
)