DimaML commited on
Commit
ba8a9dc
·
verified ·
1 Parent(s): 5a37464

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
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
  )