Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
fffiloni/llm-from-image
fffiloni
/
image-to-music-v2
like
439
Running
on
Zero
App
Files
Files
Community
13
fixes 500 error for some users
#13
by
Tonic
- opened
3 days ago
base:
refs/heads/main
←
from:
refs/pr/13
Discussion
Files changed
+1
-1
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -417,4 +417,4 @@ with gr.Blocks(css=css) as demo:
417
]
418
)
419
420
-
demo.queue(max_size=16).launch(show_api=False, show_error=True)
417
]
418
)
419
420
+
demo.queue(max_size=16).launch(show_api=False, show_error=True
, ssr_mode = False
)