Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
|
|
|
|
|
|
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 |
|
|