mbarnig commited on
Commit
50b398c
1 Parent(s): 09f086d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -44,8 +44,8 @@ my_article = "<h3>User guide</h3><p>1. Press the Submit button to generate a spe
44
 
45
  my_inputs = [
46
  gr.Textbox(lines=5, label="Input Text"),
47
- gr.Radio(label="Speaker", choices = TTS_VOICES, default = "Judith"),
48
- gr.Radio(label="Language", choices = TTS_LANGUAGES, default = "Lëtzebuergesch"),
49
  ]
50
 
51
  my_outputs = gr.Audio(type="file", label="Output Audio")
 
44
 
45
  my_inputs = [
46
  gr.Textbox(lines=5, label="Input Text"),
47
+ gr.Radio(label="Speaker", choices = TTS_VOICES),
48
+ gr.Radio(label="Language", choices = TTS_LANGUAGES),
49
  ]
50
 
51
  my_outputs = gr.Audio(type="file", label="Output Audio")