Spaces:
Sleeping
Sleeping
Commit
·
e237e3c
1
Parent(s):
84f669f
Update app.py
Browse files
app.py
CHANGED
@@ -318,4 +318,4 @@ if __name__ == '__main__':
|
|
318 |
"- [https://github.com/luoyily/MoeTTS](https://github.com/luoyily/MoeTTS)\n"
|
319 |
"- [https://github.com/Francis-Komizu/Sovits](https://github.com/Francis-Komizu/Sovits)"
|
320 |
)
|
321 |
-
app.queue(concurrency_count=3).launch(show_api=True, server_name="0.0.0.0" , share=
|
|
|
318 |
"- [https://github.com/luoyily/MoeTTS](https://github.com/luoyily/MoeTTS)\n"
|
319 |
"- [https://github.com/Francis-Komizu/Sovits](https://github.com/Francis-Komizu/Sovits)"
|
320 |
)
|
321 |
+
app.queue(concurrency_count=3).launch(show_api=True, server_name="0.0.0.0" , share=args.share)
|