Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
| 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 |
|