Update app.py
Browse files
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="
|
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 |
|