tonytz commited on
Commit
e4d4362
1 Parent(s): 3461286

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ iface = gr.Interface(fn = swahiliTTs,
20
  description = 'A simple application to convert Swahili text into audio speech. Type your Swahili text',
21
  article =
22
  '''<div>
23
- <p style="text-align: center"> All you need to do is to upload the pdf file and hit submit, then wait for compiling. After that click on Play/Pause to listing to the audio. The audio is saved in an mp3 format.</p>
24
  </div>''',
25
  examples=examples
26
  )
 
20
  description = 'A simple application to convert Swahili text into audio speech. Type your Swahili text',
21
  article =
22
  '''<div>
23
+ <p style="text-align: center"> All you need to do is to type Swahili and hit submit, then wait for compiling. After that click on Play/Pause to listing to the audio. The audio is saved in an mp3 format.</p>
24
  </div>''',
25
  examples=examples
26
  )