Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -78,7 +78,7 @@ demo = gr.Interface(
|
|
| 78 |
inputs=gr.Image(type="numpy"),
|
| 79 |
outputs=gr.Image(type="numpy"),
|
| 80 |
title="Face Segmentation",
|
| 81 |
-
description="Upload
|
| 82 |
)
|
| 83 |
|
| 84 |
if __name__ == "__main__":
|
|
|
|
| 78 |
inputs=gr.Image(type="numpy"),
|
| 79 |
outputs=gr.Image(type="numpy"),
|
| 80 |
title="Face Segmentation",
|
| 81 |
+
description="Upload a singale face image"
|
| 82 |
)
|
| 83 |
|
| 84 |
if __name__ == "__main__":
|