Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
fffiloni/Image2SFX-comparison
fffiloni
/
Video-to-SoundFX
like
174
Running
App
Files
Files
Community
2
fffiloni
commited on
Feb 16, 2024
Commit
27835ac
·
verified
·
1 Parent(s):
b52440a
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -184,4 +184,4 @@ with gr.Blocks(css=css) as demo:
184
concurrency_limit = 2
185
)
186
187
-
demo.queue(max_size=10).launch(debug=True)
184
concurrency_limit = 2
185
)
186
187
+
demo.queue(max_size=10).launch(debug=True
, show_error=True
)