sblumenf commited on
Commit
cfb68d1
1 Parent(s): c345abc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ def read_pdf(file):
8
 
9
  iface = gr.Interface(
10
  read_pdf,
11
- gr.inputs.File(is_single=True, allow_pdf=True),
12
  gr.outputs.Textbox()
13
  )
14
  iface.launch()
 
8
 
9
  iface = gr.Interface(
10
  read_pdf,
11
+ gr.inputs.File(),
12
  gr.outputs.Textbox()
13
  )
14
  iface.launch()