Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -21,7 +21,6 @@ examples = [
|
|
| 21 |
iface = gr.Interface(fn = pdf_to_text,
|
| 22 |
inputs = 'file',
|
| 23 |
outputs = 'audio',
|
| 24 |
-
verbose = True,
|
| 25 |
title = 'PDF to Audio Application',
|
| 26 |
description = 'A simple application to convert PDF files in audio speech. Upload your own file, or click one of the examples to load them.',
|
| 27 |
article =
|
|
|
|
| 21 |
iface = gr.Interface(fn = pdf_to_text,
|
| 22 |
inputs = 'file',
|
| 23 |
outputs = 'audio',
|
|
|
|
| 24 |
title = 'PDF to Audio Application',
|
| 25 |
description = 'A simple application to convert PDF files in audio speech. Upload your own file, or click one of the examples to load them.',
|
| 26 |
article =
|