mbarnig commited on
Commit
0fca99a
1 Parent(s): 7c7b0cd

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),
48
- gr.Radio(label="Language", choices = TTS_LANGUAGES),
49
  ]
50
 
51
  my_outputs = gr.Audio(type="filepath", label="Output Audio")
 
44
 
45
  my_inputs = [
46
  gr.Textbox(lines=5, label="Input Text"),
47
+ gr.Radio(label="Speaker", choices = TTS_VOICES, value = "Judith"),
48
+ gr.Radio(label="Language", choices = TTS_LANGUAGES, value = "Lëtzebuergesch"),
49
  ]
50
 
51
  my_outputs = gr.Audio(type="filepath", label="Output Audio")