SandraCLV commited on
Commit
bd781fb
·
1 Parent(s): a75110e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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 =