emirhanno commited on
Commit
fd93f98
1 Parent(s): c45d65f
Files changed (2) hide show
  1. app.py +1 -1
  2. 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=["folder/example.jpeg"]
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