mrsu0994 commited on
Commit
780034d
·
1 Parent(s): 7a5601c

upload f5-tts source

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -71,8 +71,7 @@ def infer_tts(ref_audio_orig: str, gen_text: str, speed: float = 1.0, request: g
71
  # Gradio UI
72
  with gr.Blocks(theme=gr.themes.Soft()) as demo:
73
  gr.Markdown("""
74
- # 🎤 F5-TTS: Vietnamese Text-to-Speech Synthesis.
75
- # The model was trained with approximately 1000 hours of data on a RTX 3090 GPU.
76
  Enter text and upload a sample voice to generate natural speech.
77
  """)
78
 
 
71
  # Gradio UI
72
  with gr.Blocks(theme=gr.themes.Soft()) as demo:
73
  gr.Markdown("""
74
+ # 🎤 CHUYỂN TEXT SANG ÂM THANH - MRSU
 
75
  Enter text and upload a sample voice to generate natural speech.
76
  """)
77