uartimcs commited on
Commit
be06351
·
verified ·
1 Parent(s): 9b12c6c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=gr.File(label="Download ZIP File"),
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
  )