Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -516,6 +516,7 @@ with gr.Blocks() as demo3:
|
|
516 |
display_text = " \n".join(voice_list)
|
517 |
|
518 |
with gr.Blocks() as demo4:
|
|
|
519 |
gr.Markdown(f"# Voice Names \n{display_text}")
|
520 |
|
521 |
|
@@ -524,7 +525,7 @@ with gr.Blocks() as demo4:
|
|
524 |
# @click.option("--debug", is_flag=True, default=False, help="Enable debug mode.")
|
525 |
# @click.option("--share", is_flag=True, default=False, help="Enable sharing of the interface.")
|
526 |
def main(debug=False, share=False):
|
527 |
-
demo = gr.TabbedInterface([demo1, demo2,demo3,demo4], ["Batched TTS", "Multiple Speech-Type Generation","SRT Dubbing","Available Voice Names"],title="Kokoro TTS")
|
528 |
|
529 |
demo.queue().launch(debug=debug, share=share)
|
530 |
#Run on local network
|
|
|
516 |
display_text = " \n".join(voice_list)
|
517 |
|
518 |
with gr.Blocks() as demo4:
|
519 |
+
gr.Markdown("Run on Your Local System [Kokoro-82M-WebUI](https://github.com/NeuralFalconYT/Kokoro-82M-WebUI)")
|
520 |
gr.Markdown(f"# Voice Names \n{display_text}")
|
521 |
|
522 |
|
|
|
525 |
# @click.option("--debug", is_flag=True, default=False, help="Enable debug mode.")
|
526 |
# @click.option("--share", is_flag=True, default=False, help="Enable sharing of the interface.")
|
527 |
def main(debug=False, share=False):
|
528 |
+
demo = gr.TabbedInterface([demo1, demo2,demo3,demo4], ["Batched TTS", "Multiple Speech-Type Generation","SRT Dubbing","Available Voice Names"],title="Kokoro TTS",theme='JohnSmith9982/small_and_pretty')
|
529 |
|
530 |
demo.queue().launch(debug=debug, share=share)
|
531 |
#Run on local network
|