Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
juuxn/SimpleRVC
surfmore
/
SimpleRVC
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
xJuuzouYTx
commited on
Nov 3, 2023
Commit
9db2503
·
1 Parent(s):
018ecd4
[FIX] reduce concurrency_count
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -224,5 +224,5 @@ with gr.Blocks() as app:
224
225
226
227
-
app.queue(concurrency_count=
511
, max_size=1022).launch()
228
#share=True
224
225
226
227
+
app.queue(concurrency_count=
200
, max_size=1022).launch()
228
#share=True