cdcvd commited on
Commit
b874e98
1 Parent(s): 4996906

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,7 +67,7 @@ def gradio_interface(input_file):
67
  iface = gr.Interface(
68
  fn=gradio_interface,
69
  inputs=gr.File(label="Upload Word, PDF, or Image"),
70
- outputs=gr.Image(type="file", label="Processed Image(s)"),
71
  title="Document to Image Converter with Background Removal"
72
  )
73
 
 
67
  iface = gr.Interface(
68
  fn=gradio_interface,
69
  inputs=gr.File(label="Upload Word, PDF, or Image"),
70
+ outputs=gr.Image(type="pil", label="Processed Image(s)"),
71
  title="Document to Image Converter with Background Removal"
72
  )
73