hynt commited on
Commit
5bd6cdf
·
verified ·
1 Parent(s): 0dc060d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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-large-v3-turbo 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,
 
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,