Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -131,6 +131,7 @@ def toggle_autoplay(autoplay):
|
|
131 |
|
132 |
with gr.Blocks() as demo1:
|
133 |
gr.Markdown("# Batched TTS")
|
|
|
134 |
gr.Markdown("[Install on Windows/Linux](https://github.com/NeuralFalconYT/Kokoro-82M-WebUI)")
|
135 |
|
136 |
with gr.Row():
|
@@ -208,6 +209,7 @@ dummpy_example="""{af_alloy} Hello, I'd like to order a sandwich please.
|
|
208 |
{bm_george} I'll just go back home and cry now.
|
209 |
{am_adam} Why me?"""
|
210 |
with gr.Blocks() as demo2:
|
|
|
211 |
gr.Markdown(
|
212 |
"""
|
213 |
# Multiple Speech-Type Generation
|
|
|
131 |
|
132 |
with gr.Blocks() as demo1:
|
133 |
gr.Markdown("# Batched TTS")
|
134 |
+
gr.Markdown("[Try Kokoro Latest Version](https://huggingface.co/spaces/NeuralFalcon/Kokoro-TTS-Subtitle)")
|
135 |
gr.Markdown("[Install on Windows/Linux](https://github.com/NeuralFalconYT/Kokoro-82M-WebUI)")
|
136 |
|
137 |
with gr.Row():
|
|
|
209 |
{bm_george} I'll just go back home and cry now.
|
210 |
{am_adam} Why me?"""
|
211 |
with gr.Blocks() as demo2:
|
212 |
+
gr.Markdown("[Try Kokoro Latest Version](https://huggingface.co/spaces/NeuralFalcon/Kokoro-TTS-Subtitle)")
|
213 |
gr.Markdown(
|
214 |
"""
|
215 |
# Multiple Speech-Type Generation
|