hynt commited on
Commit
d286934
·
1 Parent(s): 143e86e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,7 +73,7 @@ def infer_tts(ref_audio_orig: str, gen_text: str, speed: float = 1.0, request: g
73
  # Gradio UI
74
  with gr.Blocks(theme=gr.themes.Soft()) as demo:
75
  gr.Markdown("""
76
- # 🎤 ZipVoice: Zero-short 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
  """)
 
73
  # Gradio UI
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
  """)