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

Update app.py

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