Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
zomehwh
/
GPT-SoVITS-ba
like
24
Running
App
Files
Files
Community
zomehwh
commited on
Jan 17
Commit
58093db
•
1 Parent(s):
b61e49c
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -301,4 +301,4 @@ with gr.Blocks() as app:
301
outputs=[om, output]
302
)
303
304
-
app.queue(
concurrency_count=2
).launch()
301
outputs=[om, output]
302
)
303
304
+
app.queue().launch()