mafoaurelie commited on
Commit
8c93416
1 Parent(s): 6725fb2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -10,6 +10,8 @@ def text_to_speech(message):
10
  iface = gr.Interface(text_to_speech, inputs = 'text',
11
  outputs = 'audio',
12
  title = 'text to Audio Application',
13
- description = 'A simple application to convert text to speech.)
 
 
 
14
 
15
- iface.launch()
 
10
  iface = gr.Interface(text_to_speech, inputs = 'text',
11
  outputs = 'audio',
12
  title = 'text to Audio Application',
13
+ description = 'A simple application to convert PDF files in audio speech. Upload your own file, or click one of the examples to load them.',
14
+ )
15
+
16
+ iface.launch()
17