Spaces:
Build error
Build error
Update app.py
Browse files
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 |
|