Spaces:
Running
Running
Aryan Wadhawan
commited on
Commit
·
73f00ae
1
Parent(s):
7b134d4
Add model
Browse files
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",
|
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 |
)
|