MINAMONI commited on
Commit
01e4252
1 Parent(s): 9c96d79

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -317,4 +317,4 @@ if __name__ == '__main__':
317
  "- [https://github.com/luoyily/MoeTTS](https://github.com/luoyily/MoeTTS)\n"
318
  "- [https://github.com/Francis-Komizu/Sovits](https://github.com/Francis-Komizu/Sovits)"
319
  )
320
- app.queue(concurrency_count=3).launch(show_api=False, share=args.share)
 
317
  "- [https://github.com/luoyily/MoeTTS](https://github.com/luoyily/MoeTTS)\n"
318
  "- [https://github.com/Francis-Komizu/Sovits](https://github.com/Francis-Komizu/Sovits)"
319
  )
320
+ app.queue(concurrency_count=3).launch(show_api=False, share=args.share,server_name="0.0.0.0")