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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ app = gr.Interface(
18
  './example1.jpg',
19
  './example2.jpg',
20
  './example3.jpg'
21
- ]
22
  flagging_options=['Work', 'Don`t work'],
23
  live=True,
24
  )
 
18
  './example1.jpg',
19
  './example2.jpg',
20
  './example3.jpg'
21
+ ],
22
  flagging_options=['Work', 'Don`t work'],
23
  live=True,
24
  )