Walid-Ahmed commited on
Commit
5cdefd2
·
verified ·
1 Parent(s): 130a8cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -91,7 +91,7 @@ interface = gr.Interface(
91
  outputs=gr.Image(type="pil"), # Output is an image with the colormap
92
  #examples=["example_image.jpg"], # Use the saved image as an example
93
  examples=["1.jpg", "2.jpg", "3.jpg"],
94
- title="Image Segmentation with Colormap",
95
  description="Upload an image, and the segmentation model will produce an output with a colormap applied to the segmented classes."
96
  )
97
 
 
91
  outputs=gr.Image(type="pil"), # Output is an image with the colormap
92
  #examples=["example_image.jpg"], # Use the saved image as an example
93
  examples=["1.jpg", "2.jpg", "3.jpg"],
94
+ title="Clothes Segmentation with Colormap",
95
  description="Upload an image, and the segmentation model will produce an output with a colormap applied to the segmented classes."
96
  )
97