sadickam commited on
Commit
c2c50da
·
verified ·
1 Parent(s): d9a4942

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -113,7 +113,7 @@ with gr.Blocks() as demo:
113
  pdf_input = gr.File(
114
  label="Upload PDF",
115
  file_types=[".pdf"],
116
- type="file",
117
  interactive=True
118
  )
119
 
 
113
  pdf_input = gr.File(
114
  label="Upload PDF",
115
  file_types=[".pdf"],
116
+ type="filepath",
117
  interactive=True
118
  )
119