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

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
  allow_flagging=True,
23
  flagging_options=['Work', 'Don`t work'],
24
  live=True,
 
19
  './example2.jpg',
20
  './example3.jpg'
21
  ],
22
+ flagging_dir='./flags',
23
  allow_flagging=True,
24
  flagging_options=['Work', 'Don`t work'],
25
  live=True,