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