sampleacc-3003 commited on
Commit
043b959
·
verified ·
1 Parent(s): 6f04e82

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -987,7 +987,7 @@ import click
987
  def main(debug, share):
988
  demo = gr.TabbedInterface([demo1, demo2,demo3,demo4,demo5], ["Batched TTS", "Multiple Speech-Type Generation","SRT Dubbing","Voice Mix","Available Voice Names"],title="Kokoro TTS",theme='JohnSmith9982/small_and_pretty')
989
 
990
- demo.queue().launch(debug=debug, mcp_server=True)
991
  #Run on local network
992
  # laptop_ip="192.168.0.30"
993
  # port=8080
 
987
  def main(debug, share):
988
  demo = gr.TabbedInterface([demo1, demo2,demo3,demo4,demo5], ["Batched TTS", "Multiple Speech-Type Generation","SRT Dubbing","Voice Mix","Available Voice Names"],title="Kokoro TTS",theme='JohnSmith9982/small_and_pretty')
989
 
990
+ demo.queue().launch(debug=debug, share=share,mcp_server=True)
991
  #Run on local network
992
  # laptop_ip="192.168.0.30"
993
  # port=8080