Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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="
|
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():
|