hynt commited on
Commit
da4f915
·
verified ·
1 Parent(s): 10177f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,7 +74,7 @@ def infer_tts(ref_audio_orig: str, gen_text: str, speed: float = 1.0, request: g
74
  with gr.Blocks(theme=gr.themes.Soft()) as demo:
75
  gr.Markdown("""
76
  # 🎤 ZipVoice: Zero-shot Vietnamese Text-to-Speech Synthesis using Flow Matching with only 123M parameters.
77
- # The model was trained with approximately 150 hours of data on a RTX 3090 GPU.
78
  Enter text and upload a sample voice to generate natural speech.
79
  """)
80
 
 
74
  with gr.Blocks(theme=gr.themes.Soft()) as demo:
75
  gr.Markdown("""
76
  # 🎤 ZipVoice: Zero-shot Vietnamese Text-to-Speech Synthesis using Flow Matching with only 123M parameters.
77
+ # The model was trained with approximately 2500 hours of data on a RTX 3090 GPU.
78
  Enter text and upload a sample voice to generate natural speech.
79
  """)
80