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

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.outputs.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="file", label="Processed Image(s)"),
71
  title="Document to Image Converter with Background Removal"
72
  )
73