remotewith commited on
Commit
28ec3f5
·
verified ·
1 Parent(s): 1a78d0b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -91,8 +91,8 @@ app = gr.Interface(
91
  title = "Kamehamehaa",
92
  description="Segment image on the basis of glasses of a person",
93
  examples=[
94
- 'face-synthetics-glasses/test/images/000368.jpg',
95
- 'face-synthetics-glasses/test/images/000411.jpg'
96
  ]
97
  )
98
 
 
91
  title = "Kamehamehaa",
92
  description="Segment image on the basis of glasses of a person",
93
  examples=[
94
+ '000368.jpg',
95
+ '000411.jpg'
96
  ]
97
  )
98