Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -14,6 +14,11 @@ app = gr.Interface(
|
|
14 |
gray,
|
15 |
'image',
|
16 |
'image',
|
|
|
|
|
|
|
|
|
|
|
17 |
flagging_options=['Work', 'Don`t work'],
|
18 |
live=True,
|
19 |
)
|
|
|
14 |
gray,
|
15 |
'image',
|
16 |
'image',
|
17 |
+
examples=[
|
18 |
+
'./example1.jpg',
|
19 |
+
'./example2.jpg',
|
20 |
+
'./example3.jpg'
|
21 |
+
]
|
22 |
flagging_options=['Work', 'Don`t work'],
|
23 |
live=True,
|
24 |
)
|