Update app.py
Browse files
app.py
CHANGED
@@ -38,6 +38,6 @@ gr.Interface(
|
|
38 |
fn=segment_dress,
|
39 |
inputs=gr.Image(type="pil", label="Upload Image"),
|
40 |
outputs=gr.Image(type="pil", label="Segmented Dress"),
|
41 |
-
title="
|
42 |
-
description="Upload an image
|
43 |
).launch()
|
|
|
38 |
fn=segment_dress,
|
39 |
inputs=gr.Image(type="pil", label="Upload Image"),
|
40 |
outputs=gr.Image(type="pil", label="Segmented Dress"),
|
41 |
+
title="Background Removal",
|
42 |
+
description="Upload an image and Remove the Background"
|
43 |
).launch()
|