kadirnar commited on
Commit
6aef93e
Β·
verified Β·
1 Parent(s): 93be95c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -4
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/VyvoTTS-LFM2-350M-Jenny)
184
  """)
185
 
186
  gr.Markdown("""
187
- VyvoTTS is a text-to-speech model by Vyvo team using LFM2 architecture, fine-tuned on reach-vb/jenny_tts_dataset.
188
- Better datasets can achieve higher quality results.
 
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