Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ iface = gr.Interface(
|
|
16 |
fn=remove_background,
|
17 |
inputs="image",
|
18 |
outputs="image",
|
19 |
-
title="Background Removal",
|
20 |
description="Remove background from an image."
|
21 |
)
|
22 |
|
|
|
16 |
fn=remove_background,
|
17 |
inputs="image",
|
18 |
outputs="image",
|
19 |
+
title="Background Removal of images",
|
20 |
description="Remove background from an image."
|
21 |
)
|
22 |
|