remotewith commited on
Commit
6e32795
·
verified ·
1 Parent(s): d546f5d

Update app.py

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