Aryan Wadhawan commited on
Commit
73f00ae
·
1 Parent(s): 7b134d4
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -89,7 +89,7 @@ def predict(image):
89
  iface = gr.Interface(
90
  fn=predict,
91
  inputs=gr.Image(type="pil"),
92
- outputs=gr.Image(type="pil", tool="editor", label="Edited Image"), # Adjust the box size
93
  title="Background Removal with U2NET",
94
  description="Upload an image and remove the background"
95
  )
 
89
  iface = gr.Interface(
90
  fn=predict,
91
  inputs=gr.Image(type="pil"),
92
+ outputs=gr.Image(type="pil", label="Edited Image"), # Adjust the box size
93
  title="Background Removal with U2NET",
94
  description="Upload an image and remove the background"
95
  )