mbarnig commited on
Commit
9721ed5
·
verified ·
1 Parent(s): f49e2a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -9,8 +9,8 @@ my_title = "🇩🇪 🇫🇷 🇬🇧 🇵🇹 Mir schwätzen wéi de Lëtzebue
9
  my_description = "Multilingual-Multispeaker Text-to-Speech (TTS) synthesizer speaking the five current languages in Luxembourg. This model is based on VITS, thanks to 🐸 [Coqui.ai](https://coqui.ai/)."
10
 
11
  TTS_VOICES = [
12
- Mann,
13
- Fra
14
  ]
15
 
16
  TTS_LANGUAGES = [
@@ -27,7 +27,7 @@ my_article = "<h3>User guide</h3>"
27
 
28
  my_inputs = [
29
  gr.Textbox(lines=5, label="Input Text"),
30
- gr.Radio(label="Speaker", choices = TTS_VOICES, value = "Mann"),
31
  gr.Radio(label="Language", choices = TTS_LANGUAGES, value = "Lëtzebuergesch"),
32
  ]
33
 
 
9
  my_description = "Multilingual-Multispeaker Text-to-Speech (TTS) synthesizer speaking the five current languages in Luxembourg. This model is based on VITS, thanks to 🐸 [Coqui.ai](https://coqui.ai/)."
10
 
11
  TTS_VOICES = [
12
+ Max,
13
+ Mod
14
  ]
15
 
16
  TTS_LANGUAGES = [
 
27
 
28
  my_inputs = [
29
  gr.Textbox(lines=5, label="Input Text"),
30
+ gr.Radio(label="Speaker", choices = TTS_VOICES, value = "Max"),
31
  gr.Radio(label="Language", choices = TTS_LANGUAGES, value = "Lëtzebuergesch"),
32
  ]
33