Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -170,7 +170,7 @@ EXAMPLE_TEXTS = [
|
|
170 |
"Today is a beautiful day. The weather is perfect for a walk.",
|
171 |
"The sun rises from the east and sets in the west. This is a rule of nature.",
|
172 |
"Technology makes our lives easier every day."
|
173 |
-
]
|
174 |
|
175 |
# Create modern Gradio interface using built-in theme
|
176 |
with gr.Blocks(title="π΅ Modern Text-to-Speech", theme=gr.themes.Soft(), css="""
|
@@ -180,12 +180,13 @@ with gr.Blocks(title="π΅ Modern Text-to-Speech", theme=gr.themes.Soft(), css="
|
|
180 |
# Header section
|
181 |
gr.Markdown("""
|
182 |
# π΅ VyvoTTS
|
183 |
-
### π [Github](https://github.com/Vyvo-Labs/VyvoTTS) | π€ [HF Model](https://huggingface.co/Vyvo/
|
184 |
""")
|
185 |
|
186 |
gr.Markdown("""
|
187 |
-
VyvoTTS is a text-to-speech model by Vyvo team using LFM2 architecture,
|
188 |
-
|
|
|
189 |
|
190 |
**Roadmap:**
|
191 |
- [ ] Transformers.js support
|
|
|
170 |
"Today is a beautiful day. The weather is perfect for a walk.",
|
171 |
"The sun rises from the east and sets in the west. This is a rule of nature.",
|
172 |
"Technology makes our lives easier every day."
|
173 |
+
]
|
174 |
|
175 |
# Create modern Gradio interface using built-in theme
|
176 |
with gr.Blocks(title="π΅ Modern Text-to-Speech", theme=gr.themes.Soft(), css="""
|
|
|
180 |
# Header section
|
181 |
gr.Markdown("""
|
182 |
# π΅ VyvoTTS
|
183 |
+
### π [Github](https://github.com/Vyvo-Labs/VyvoTTS) | π€ [HF Model](https://huggingface.co/collections/Vyvo/lfm2-tts-689eedae5353ff5b048efd55)
|
184 |
""")
|
185 |
|
186 |
gr.Markdown("""
|
187 |
+
VyvoTTS is a text-to-speech model by Vyvo team using LFM2 architecture, trained on multiple diverse open-source datasets.
|
188 |
+
Since some datasets may contain transcription errors or quality issues, output quality can vary.
|
189 |
+
Higher quality datasets typically produce better speech synthesis results.
|
190 |
|
191 |
**Roadmap:**
|
192 |
- [ ] Transformers.js support
|