Upload app.py
Browse files
app.py
CHANGED
|
@@ -457,9 +457,9 @@ with gr.Blocks() as preview_tts:
|
|
| 457 |
|
| 458 |
📡 Telemetry: For debugging purposes, the text you enter may be printed to temporary logs, which are periodically wiped.
|
| 459 |
|
| 460 |
-
⚠️ Tokenizers for Chinese, Japanese, and Korean do not correctly handle English letters yet. Remove or convert them to CJK first.
|
| 461 |
-
|
| 462 |
⚠️ Preview v0.22 does not yet support custom pronunciation, Long Form, or Voice Mixer. You can still use these features for v0.19.
|
|
|
|
|
|
|
| 463 |
''', container=True)
|
| 464 |
with gr.Row():
|
| 465 |
sk = gr.Textbox(visible=False)
|
|
|
|
| 457 |
|
| 458 |
📡 Telemetry: For debugging purposes, the text you enter may be printed to temporary logs, which are periodically wiped.
|
| 459 |
|
|
|
|
|
|
|
| 460 |
⚠️ Preview v0.22 does not yet support custom pronunciation, Long Form, or Voice Mixer. You can still use these features for v0.19.
|
| 461 |
+
|
| 462 |
+
🇨🇳🇯🇵🇰🇷 Tokenizers for Chinese, Japanese, and Korean do not correctly handle English letters yet. Remove or convert them to CJK first.
|
| 463 |
''', container=True)
|
| 464 |
with gr.Row():
|
| 465 |
sk = gr.Textbox(visible=False)
|