lemondouble commited on
Commit
e237e3c
·
1 Parent(s): 84f669f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=True)
 
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)