hexgrad commited on
Commit
89c0cd0
·
verified ·
1 Parent(s): dfe9546

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -447,6 +447,8 @@ with gr.Blocks() as preview_tts:
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)
 
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
+ ⚠️ Tokenizers for Chinese, Japanese, and Korean do not correctly handle English letters yet.
452
  ''', container=True)
453
  with gr.Row():
454
  sk = gr.Textbox(visible=False)