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