Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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
|
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 |
|