Spaces:
Runtime error
Runtime error
siyangyuan
commited on
Commit
β’
d3579ad
1
Parent(s):
2e4354f
Update app.py
Browse files
app.py
CHANGED
@@ -325,4 +325,4 @@ if __name__ == '__main__':
|
|
325 |
"- [https://github.com/luoyily/MoeTTS](https://github.com/luoyily/MoeTTS)\n"
|
326 |
"- [https://github.com/Francis-Komizu/Sovits](https://github.com/Francis-Komizu/Sovits)"
|
327 |
)
|
328 |
-
|
|
|
325 |
"- [https://github.com/luoyily/MoeTTS](https://github.com/luoyily/MoeTTS)\n"
|
326 |
"- [https://github.com/Francis-Komizu/Sovits](https://github.com/Francis-Komizu/Sovits)"
|
327 |
)
|
328 |
+
app.queue(concurrency_count=3,api_open=True).launch(show_api=True,share=args.share)
|