Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
fishaudio/fish-speech-1
codemo
/
fish-speech-1
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
lengyue233
commited on
Apr 25, 2024
Commit
d8d439d
·
verified
·
1 Parent(s):
036409e
remove concurrency limit
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -251,7 +251,7 @@ def build_app():
251
# speaker,
252
],
253
[audio, error],
254
-
concurrency_limit=1,
255
)
256
257
return app
251
# speaker,
252
],
253
[audio, error],
254
+
#
concurrency_limit=1,
255
)
256
257
return app