Spaces:
Build error
Build error
Update app.py
Browse files
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,
|
| 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"
|