Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|