Spaces:
Sleeping
Sleeping
bugfix
Browse files- app.py +1 -1
- data/example.jpeg → example.jpeg +0 -0
app.py
CHANGED
@@ -51,7 +51,7 @@ iface = gr.Interface(
|
|
51 |
outputs=gr.Image(type="numpy"),
|
52 |
title="Hair Segmentation",
|
53 |
description="Upload an image to segment the hair and generate a mask.",
|
54 |
-
examples=["
|
55 |
)
|
56 |
|
57 |
if __name__ == "__main__":
|
|
|
51 |
outputs=gr.Image(type="numpy"),
|
52 |
title="Hair Segmentation",
|
53 |
description="Upload an image to segment the hair and generate a mask.",
|
54 |
+
examples=["example.jpeg"]
|
55 |
)
|
56 |
|
57 |
if __name__ == "__main__":
|
data/example.jpeg → example.jpeg
RENAMED
File without changes
|