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...
fffiloni
commited on
4 days ago
Commit
edab4d5
·
verified
·
1 Parent(s):
b115cdd
Disables SSR gradio mode to avoid error 500 and UI displaying bugs for some users
Browse files
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
)