hynt commited on
Commit
36df638
·
verified ·
1 Parent(s): 17bcb5d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,7 +72,7 @@ def infer_tts(ref_audio_orig: str, gen_text: str, speed: float = 1.0, request: g
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 an RTX 3090 GPU.
76
  Enter text and upload a sample voice to generate natural speech.
77
  """)
78
 
 
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