samyak152002 commited on
Commit
cd54087
·
verified ·
1 Parent(s): 383775a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ def create_interface():
41
  file_input = gr.File(
42
  label="Upload PDF",
43
  file_types=[".pdf"]
44
- # type="binary"
45
  )
46
 
47
  with gr.Row():
 
41
  file_input = gr.File(
42
  label="Upload PDF",
43
  file_types=[".pdf"]
44
+ type="binary"
45
  )
46
 
47
  with gr.Row():