Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ iface = gr.Interface(
|
|
20 |
fn=remove_background,
|
21 |
inputs=gr.Image(label="Upload Image"),
|
22 |
outputs=gr.Image(label="Output Image"),
|
23 |
-
title="Background
|
24 |
description="Upload an image and get the background removed."
|
25 |
)
|
26 |
|
|
|
20 |
fn=remove_background,
|
21 |
inputs=gr.Image(label="Upload Image"),
|
22 |
outputs=gr.Image(label="Output Image"),
|
23 |
+
title="Transparent Background (Accurate)",
|
24 |
description="Upload an image and get the background removed."
|
25 |
)
|
26 |
|