Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -130,6 +130,8 @@ def toggle_autoplay(autoplay):
|
|
| 130 |
|
| 131 |
with gr.Blocks() as demo1:
|
| 132 |
gr.Markdown("# Batched TTS")
|
|
|
|
|
|
|
| 133 |
with gr.Row():
|
| 134 |
with gr.Column():
|
| 135 |
text = gr.Textbox(
|
|
@@ -914,6 +916,7 @@ demo4 = create_voice_mix_ui()
|
|
| 914 |
display_text = " \n".join(voice_list)
|
| 915 |
|
| 916 |
with gr.Blocks() as demo5:
|
|
|
|
| 917 |
gr.Markdown(f"# Voice Names \n{display_text}")
|
| 918 |
|
| 919 |
|
|
|
|
| 130 |
|
| 131 |
with gr.Blocks() as demo1:
|
| 132 |
gr.Markdown("# Batched TTS")
|
| 133 |
+
gr.Markdown("(Install on Windows/Linux)[https://github.com/NeuralFalconYT/Kokoro-82M-WebUI]")
|
| 134 |
+
|
| 135 |
with gr.Row():
|
| 136 |
with gr.Column():
|
| 137 |
text = gr.Textbox(
|
|
|
|
| 916 |
display_text = " \n".join(voice_list)
|
| 917 |
|
| 918 |
with gr.Blocks() as demo5:
|
| 919 |
+
gr.Markdown("(Install on Windows/Linux)[https://github.com/NeuralFalconYT/Kokoro-82M-WebUI]")
|
| 920 |
gr.Markdown(f"# Voice Names \n{display_text}")
|
| 921 |
|
| 922 |
|