Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ model.eval()
|
|
40 |
iface = gr.Interface(
|
41 |
fn=demo_process,
|
42 |
inputs=gr.File(label="Upload PDF File"),
|
43 |
-
outputs=
|
44 |
title="PDF to Images Converter",
|
45 |
description="Upload a PDF file and download a ZIP file containing all the pages as images. Host it on huggingface for convenience."
|
46 |
)
|
|
|
40 |
iface = gr.Interface(
|
41 |
fn=demo_process,
|
42 |
inputs=gr.File(label="Upload PDF File"),
|
43 |
+
outputs="image",
|
44 |
title="PDF to Images Converter",
|
45 |
description="Upload a PDF file and download a ZIP file containing all the pages as images. Host it on huggingface for convenience."
|
46 |
)
|