Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -130,7 +130,7 @@ def toggle_autoplay(autoplay):
|
|
| 130 |
|
| 131 |
with gr.Blocks() as demo1:
|
| 132 |
gr.Markdown("# Batched TTS")
|
| 133 |
-
gr.Markdown("
|
| 134 |
|
| 135 |
with gr.Row():
|
| 136 |
with gr.Column():
|
|
@@ -916,7 +916,7 @@ demo4 = create_voice_mix_ui()
|
|
| 916 |
display_text = " \n".join(voice_list)
|
| 917 |
|
| 918 |
with gr.Blocks() as demo5:
|
| 919 |
-
gr.Markdown("
|
| 920 |
gr.Markdown(f"# Voice Names \n{display_text}")
|
| 921 |
|
| 922 |
|
|
|
|
| 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():
|
|
|
|
| 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 |
|