hexgrad commited on
Commit
015d0ec
·
verified ·
1 Parent(s): 9d136e9

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -379,12 +379,14 @@ with gr.Blocks() as ml_tts:
379
  trim = gr.Slider(minimum=0, maximum=1, value=0.5, step=0.1, label='✂️ Trim', info='How much to cut from both ends')
380
  with gr.Row():
381
  gr.Markdown('''
382
- 🎉 New! Kokoro v0.23 now supports 5 languages, including a new default voices. 🎉
383
 
384
- 📡 Telemetry: For debugging purposes, the text you enter anywhere in this space may be printed to temporary logs, which are periodically wiped.
385
 
386
  ⚠️ v0.23 does not yet support custom pronunciation, Long Form, or Voice Mixer. You can still use these features in v0.19.
387
 
 
 
388
  🇨🇳🇯🇵🇰🇷 Tokenizers for Chinese, Japanese, and Korean do not correctly handle English letters yet. Remove or convert them to CJK first.
389
  ''', container=True)
390
  with gr.Row():
 
379
  trim = gr.Slider(minimum=0, maximum=1, value=0.5, step=0.1, label='✂️ Trim', info='How much to cut from both ends')
380
  with gr.Row():
381
  gr.Markdown('''
382
+ 🎉 New! Kokoro v0.23 now supports 5 languages. 🎉
383
 
384
+ 🧪 Note that v0.23 is experimental/WIP and may produce shaky speech. v0.19 is the last stable version.
385
 
386
  ⚠️ v0.23 does not yet support custom pronunciation, Long Form, or Voice Mixer. You can still use these features in v0.19.
387
 
388
+ 📡 Telemetry: For debugging purposes, the text you enter anywhere in this space may be printed to temporary logs, which are periodically wiped.
389
+
390
  🇨🇳🇯🇵🇰🇷 Tokenizers for Chinese, Japanese, and Korean do not correctly handle English letters yet. Remove or convert them to CJK first.
391
  ''', container=True)
392
  with gr.Row():