Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
FrankZxShen/so-vits-svc-models-ba
keisanmono
/
so-vits-svc-models-ba
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
keisanmono
commited on
Oct 28, 2024
Commit
6fdaf3a
·
verified
·
1 Parent(s):
ca0e795
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -373,4 +373,4 @@ if __name__ == "__main__":
373
'''
374
)
375
376
-
app.queue(concurrency_count=3).launch(show_api=False, share=
args.share
)
373
'''
374
)
375
376
+
app.queue(concurrency_count=3).launch(show_api=False, share=
False
)