DemoLou commited on
Commit
f177ee9
1 Parent(s): ca476a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -318,7 +318,7 @@ 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, share=args.share)
322
  def greet(name):
323
  return "hahaha " + name + "!"
324
 
 
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, share=True)
322
  def greet(name):
323
  return "hahaha " + name + "!"
324