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

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -442,12 +442,12 @@ 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.Group():
446
  gr.Markdown('''
447
  🎉 New! Kokoro v0.22 now supports 5 languages. 🎉
448
 
449
  📡 Telemetry: For debugging purposes, the text you enter may be printed to temporary logs, which are periodically wiped.
450
- ''')
451
  with gr.Row():
452
  sk = gr.Textbox(visible=False)
453
  text.change(lambda: os.environ['SK'], outputs=[sk])
 
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
 
449
  📡 Telemetry: For debugging purposes, the text you enter may be printed to temporary logs, which are periodically wiped.
450
+ ''', container=True)
451
  with gr.Row():
452
  sk = gr.Textbox(visible=False)
453
  text.change(lambda: os.environ['SK'], outputs=[sk])