Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -50,7 +50,7 @@ iface = gr.Interface(
|
|
| 50 |
fn=segment_face,
|
| 51 |
inputs=gr.Image(type="numpy", label="Upload Face Image"),
|
| 52 |
outputs=gr.Image(type="numpy", label="Segmentation Mask"),
|
| 53 |
-
title="Face Segmentation
|
| 54 |
description="Upload a face image to get a segmentation mask with different facial components marked in color."
|
| 55 |
)
|
| 56 |
|
|
|
|
| 50 |
fn=segment_face,
|
| 51 |
inputs=gr.Image(type="numpy", label="Upload Face Image"),
|
| 52 |
outputs=gr.Image(type="numpy", label="Segmentation Mask"),
|
| 53 |
+
title="Face Segmentation",
|
| 54 |
description="Upload a face image to get a segmentation mask with different facial components marked in color."
|
| 55 |
)
|
| 56 |
|