mbarnig commited on
Commit
09f086d
·
verified ·
1 Parent(s): 7eaa3ae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ my_examples = [
43
  my_article = "<h3>User guide</h3><p>1. Press the Submit button to generate a speech file with the default values. 2. Change the default values by clicking an example row. 3. Select a language and a voice and enter your own text. Have fun!</p><p>Go to <a href='https://www.web3.lu/category/audio-technologies/'>Internet with a Brain</a> to read some technical infos.</p>"
44
 
45
  my_inputs = [
46
- gr.Textbox(lines=5, label="Input Text", default=lb_text),
47
  gr.Radio(label="Speaker", choices = TTS_VOICES, default = "Judith"),
48
  gr.Radio(label="Language", choices = TTS_LANGUAGES, default = "Lëtzebuergesch"),
49
  ]
 
43
  my_article = "<h3>User guide</h3><p>1. Press the Submit button to generate a speech file with the default values. 2. Change the default values by clicking an example row. 3. Select a language and a voice and enter your own text. Have fun!</p><p>Go to <a href='https://www.web3.lu/category/audio-technologies/'>Internet with a Brain</a> to read some technical infos.</p>"
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
  ]