Pijush2023 commited on
Commit
9598438
·
verified ·
1 Parent(s): 2cdc542

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ with gr.Blocks() as demo:
63
 
64
  with gr.Row():
65
  with gr.Column():
66
- pdf_input = gr.File(label="Upload PDF", type="file")
67
  process_button = gr.Button("Process PDF")
68
 
69
  with gr.Column():
 
63
 
64
  with gr.Row():
65
  with gr.Column():
66
+ pdf_input = gr.File(label="Upload PDF", type="filepath")
67
  process_button = gr.Button("Process PDF")
68
 
69
  with gr.Column():