mbarnig commited on
Commit
f49e2a0
·
verified ·
1 Parent(s): 6aa25aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -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 = "Judith"),
31
  gr.Radio(label="Language", choices = TTS_LANGUAGES, value = "Lëtzebuergesch"),
32
  ]
33
 
 
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