Pipe1213 commited on
Commit
038f0e8
1 Parent(s): 6110406

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -6
app.py CHANGED
@@ -77,8 +77,12 @@ app = gr.Blocks()
77
  with app:
78
  gr.Markdown(
79
  """
80
- # GB PT Multilingual Text-to-Speech (TTS)
81
- Multilingual Text-to-Speech (TTS) synthesizer supporting English and Portuguese. Based on [YourTTS](https://github.com/Edresson/YourTTS), thanks to ![Coqui.ai](https://coqui.ai/).
 
 
 
 
82
  """
83
  )
84
  with gr.Tabs():
@@ -90,10 +94,10 @@ with app:
90
  gr.Markdown(
91
  """
92
  ### Examples
93
- | Input Text | Speaker | Language |
94
- |------------|---------|----------|
95
- | The North Wind and the Sun were disputing which was the stronger, when a traveler came along wrapped in a warm cloak. | Linda | English |
96
- | O vento norte e o Sol discutiam quem era o mais forte, quando surgiu um viajante envolvido numa capa. | Ed | Português |
97
  """
98
  )
99
 
 
77
  with app:
78
  gr.Markdown(
79
  """
80
+ # First Text to Speech (TTS) for Walloon
81
+ Based on VITS (https://github.com/jaywalnut310/vits).
82
+
83
+ Select the desired model and write the text in phonemes or graphemes depending on the model.
84
+
85
+ For faster inference speed it is recommended to use short sentences.
86
  """
87
  )
88
  with gr.Tabs():
 
94
  gr.Markdown(
95
  """
96
  ### Examples
97
+ | Input Text | Speaker | Input Method |
98
+ |------------|---------|---------------|
99
+ | li biːç ɛ l sɔlja ɛstẽ ki s maʁɡajẽ sawɛ kiː ski , døː , ɛstøː l py fwaʁ . m ɛ̃ s koː la , la k i vɛjɛ õ tsminɔː k aʁivef pjim pjam , d ɛ̃ õ bja nuː tsoː paltɔ . | Female | Phonemes |
100
+ | Li bijhe et l’ solea estént ki s’ margayént po sawè kî çki, des deus, esteut l’ pus foirt. Mins ç’ côp la, la k’ i veyèt on tchminåd k' arivéve pyim piam, dins on bea noû tchôd paltot. | Male | Graphemes |
101
  """
102
  )
103