NeuralFalcon commited on
Commit
46758db
·
verified ·
1 Parent(s): a60d441

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -572,8 +572,8 @@ def main(debug, share):
572
  demo1 = ui()
573
  demo2 = tutorial()
574
  demo = gr.TabbedInterface([demo1, demo2],["Multilingual TTS","VoicePack Explanation"],title="Kokoro TTS",theme='JohnSmith9982/small_and_pretty')
575
- # demo.queue().launch(debug=debug, share=share)
576
- demo.queue().launch(debug=debug, share=share,server_port=9000)
577
  #Run on local network
578
  # laptop_ip="192.168.0.30"
579
  # port=8080
 
572
  demo1 = ui()
573
  demo2 = tutorial()
574
  demo = gr.TabbedInterface([demo1, demo2],["Multilingual TTS","VoicePack Explanation"],title="Kokoro TTS",theme='JohnSmith9982/small_and_pretty')
575
+ demo.queue().launch(debug=debug, share=share)
576
+ # demo.queue().launch(debug=debug, share=share,server_port=9000)
577
  #Run on local network
578
  # laptop_ip="192.168.0.30"
579
  # port=8080