Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -90,7 +90,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
| 90 |
model_limitations = gr.Textbox(
|
| 91 |
value="""1. This model may not perform well with numerical characters, dates, special characters, etc. => A text normalization module is needed.
|
| 92 |
2. The rhythm of some generated audios may be inconsistent or choppy => It is recommended to select clearly pronounced sample audios with minimal pauses for better synthesis quality.
|
| 93 |
-
3. Default, reference audio text uses the whisper-
|
| 94 |
4. Inference with overly long paragraphs may produce poor results.""",
|
| 95 |
label="❗ Model Limitations",
|
| 96 |
lines=4,
|
|
|
|
| 90 |
model_limitations = gr.Textbox(
|
| 91 |
value="""1. This model may not perform well with numerical characters, dates, special characters, etc. => A text normalization module is needed.
|
| 92 |
2. The rhythm of some generated audios may be inconsistent or choppy => It is recommended to select clearly pronounced sample audios with minimal pauses for better synthesis quality.
|
| 93 |
+
3. Default, reference audio text uses the pho-whisper-medium model, which may not always accurately recognize Vietnamese, resulting in poor voice synthesis quality.
|
| 94 |
4. Inference with overly long paragraphs may produce poor results.""",
|
| 95 |
label="❗ Model Limitations",
|
| 96 |
lines=4,
|