gaur3009 commited on
Commit
b0a26d5
·
verified ·
1 Parent(s): 5525989

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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="U-2-Net Dress Segmentation (ONNX)",
42
- description="Upload an image to segment foreground using U-2-Net ONNX model"
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()