sampleacc-3003 commited on
Commit
f0e14ad
·
verified ·
1 Parent(s): b7848fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1094,7 +1094,7 @@ def main(debug, share):
1094
  demo2 = subtitle_ui()
1095
  demo3 = tutorial()
1096
  demo = gr.TabbedInterface([demo1, demo2,demo3],["Multilingual TTS","SRT Dubbing","VoicePack Explanation"],title="Kokoro TTS")#,theme='JohnSmith9982/small_and_pretty')
1097
- demo.queue().launch(debug=debug, share=share)
1098
  # demo.queue().launch(debug=debug, share=share,server_port=9000)
1099
  #Run on local network
1100
  # laptop_ip="192.168.0.30"
 
1094
  demo2 = subtitle_ui()
1095
  demo3 = tutorial()
1096
  demo = gr.TabbedInterface([demo1, demo2,demo3],["Multilingual TTS","SRT Dubbing","VoicePack Explanation"],title="Kokoro TTS")#,theme='JohnSmith9982/small_and_pretty')
1097
+ demo.queue().launch(debug=debug, mcp_server=True)
1098
  # demo.queue().launch(debug=debug, share=share,server_port=9000)
1099
  #Run on local network
1100
  # laptop_ip="192.168.0.30"