Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -96,6 +96,7 @@ def toggle_autoplay(autoplay):
|
|
| 96 |
|
| 97 |
with gr.Blocks() as demo1:
|
| 98 |
gr.Markdown("# Batched TTS")
|
|
|
|
| 99 |
with gr.Row():
|
| 100 |
with gr.Column():
|
| 101 |
text = gr.Textbox(
|
|
|
|
| 96 |
|
| 97 |
with gr.Blocks() as demo1:
|
| 98 |
gr.Markdown("# Batched TTS")
|
| 99 |
+
gr.Markdown("Run on Your Local System [Kokoro-82M-WebUI](https://github.com/NeuralFalconYT/Kokoro-82M-WebUI)")
|
| 100 |
with gr.Row():
|
| 101 |
with gr.Column():
|
| 102 |
text = gr.Textbox(
|