Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ Simply upload your image and let the model do its work. Download the result imme
|
|
15 |
|
16 |
iface = gr.Interface(
|
17 |
fn=background_remover,
|
18 |
-
inputs=gr.
|
19 |
outputs="image",
|
20 |
examples=["woman.jpg", "groot.jpg"],
|
21 |
title="✨ Background Remover",
|
|
|
15 |
|
16 |
iface = gr.Interface(
|
17 |
fn=background_remover,
|
18 |
+
inputs=gr.Image(type='pil', label="Upload Image"),
|
19 |
outputs="image",
|
20 |
examples=["woman.jpg", "groot.jpg"],
|
21 |
title="✨ Background Remover",
|