Upload app.py
Browse files
app.py
CHANGED
|
@@ -442,7 +442,7 @@ with gr.Blocks() as preview_tts:
|
|
| 442 |
autoplay.change(toggle_autoplay, inputs=[autoplay], outputs=[audio])
|
| 443 |
speed = gr.Slider(minimum=0.5, maximum=2, value=1, step=0.1, label='⚡️ Speed', info='Adjust the speaking speed')
|
| 444 |
trim = gr.Slider(minimum=0, maximum=1, value=0.5, step=0.1, label='✂️ Trim', info='How much to cut from both ends')
|
| 445 |
-
with gr.
|
| 446 |
gr.Markdown('''
|
| 447 |
🎉 New! Kokoro v0.22 now supports 5 languages. 🎉
|
| 448 |
|
|
|
|
| 442 |
autoplay.change(toggle_autoplay, inputs=[autoplay], outputs=[audio])
|
| 443 |
speed = gr.Slider(minimum=0.5, maximum=2, value=1, step=0.1, label='⚡️ Speed', info='Adjust the speaking speed')
|
| 444 |
trim = gr.Slider(minimum=0, maximum=1, value=0.5, step=0.1, label='✂️ Trim', info='How much to cut from both ends')
|
| 445 |
+
with gr.Group():
|
| 446 |
gr.Markdown('''
|
| 447 |
🎉 New! Kokoro v0.22 now supports 5 languages. 🎉
|
| 448 |
|