Mishmosh commited on
Commit
3736ec2
1 Parent(s): 38e9d9f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ iface = gr.Interface(
15
  inputs=[
16
  "text",
17
  gr.File(
18
- type="pdf",
19
  label="Please upload a PDF file that contains an abstract. You will receive a one-sentence summary of the PDF and can listen to it.",
20
  ),
21
  ],
 
15
  inputs=[
16
  "text",
17
  gr.File(
18
+ type="binary",
19
  label="Please upload a PDF file that contains an abstract. You will receive a one-sentence summary of the PDF and can listen to it.",
20
  ),
21
  ],