Pipe1213 commited on
Commit
687219d
·
verified ·
1 Parent(s): 0893c84

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +12 -4
app.py CHANGED
@@ -75,18 +75,26 @@ with app:
75
  """
76
  # First Text to Speech (TTS) for Walloon
77
  Based on VITS (https://github.com/jaywalnut310/vits).
78
- Write the text in graphemes. For faster inference speed it is recommended to use short sentences.
79
 
80
- The quality of the results varies between male and female voice due to the limited data.
81
- For better results with female voice use the phonemes based model.
 
 
 
 
 
 
 
 
82
 
83
  https://huggingface.co/spaces/Pipe1213/VITS_Walloon_Phonemes
84
 
85
- Hint: Some sample texts are available at the bottom of the web site.
86
  """
87
  )
88
  with gr.Tabs():
89
  create_tab("Graphemes")
 
90
 
91
  gr.Markdown(
92
  """
 
75
  """
76
  # First Text to Speech (TTS) for Walloon
77
  Based on VITS (https://github.com/jaywalnut310/vits).
 
78
 
79
+ ## How to use:
80
+ Write the text in graphemes. For faster inference, it is recommended to use short sentences.
81
+
82
+ *Hint: Some sample texts are available at the bottom of the web site.*
83
+
84
+ The quality of the results varies between male and female voice due to the limited data for female voice on this language.
85
+ For better results with male voice, use the models fully trained on Walloon.
86
+ For better results with female voice, use the models trained on french and fine-tuned on Walloon.
87
+
88
+ To try the version trained in phonemes follow the link below:
89
 
90
  https://huggingface.co/spaces/Pipe1213/VITS_Walloon_Phonemes
91
 
92
+ ## Hint: Some sample texts are available at the bottom of the web site.
93
  """
94
  )
95
  with gr.Tabs():
96
  create_tab("Graphemes")
97
+ create_tab("Graphemes Finetuned")
98
 
99
  gr.Markdown(
100
  """