heliosbrahma commited on
Commit
cbb7dce
1 Parent(s): ff4e20c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -97,7 +97,7 @@ with gr.Blocks() as demo:
97
  )
98
 
99
  with gr.Tab("Upload/Process PDF documents"):
100
- text_input = gr.File(label="Upload PDF file", file_types=[".pdf"], type="file")
101
  text_output = gr.Textbox(label="Status...")
102
  text_button = gr.Button("Process PDF docs!")
103
  text_button.click(pdf_loader, text_input, text_output)
 
97
  )
98
 
99
  with gr.Tab("Upload/Process PDF documents"):
100
+ text_input = gr.File(label="Upload PDF file", file_types=[".pdf"])
101
  text_output = gr.Textbox(label="Status...")
102
  text_button = gr.Button("Process PDF docs!")
103
  text_button.click(pdf_loader, text_input, text_output)