mbarnig commited on
Commit
4f17592
·
verified ·
1 Parent(s): a87c5b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ my_examples = [
19
  [wisel_text]
20
  ]
21
 
22
- 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>"
23
 
24
  my_inputs = [
25
  gr.Textbox(lines=5, label="Input Text"),
 
19
  [wisel_text]
20
  ]
21
 
22
+ my_article = "<h3>User guide</h3><p>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>"
23
 
24
  my_inputs = [
25
  gr.Textbox(lines=5, label="Input Text"),