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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -10,7 +10,6 @@ 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 PDF files in audio speech. Upload your own file, or click one of the examples to load them.',
14
- )
15
 
16
  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 text to speech.)
 
14
 
15
  iface.launch()