hexgrad commited on
Commit
11c0753
·
verified ·
1 Parent(s): 2dbd805

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.Row():
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