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