Camille commited on
Commit
4fccc9d
1 Parent(s): a81cbbe

fix: flag false

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ gr.Interface(
40
  ),
41
  ],
42
  gr.outputs.Image(type="pil"),
43
- allow_flagging=False,
44
  allow_screenshot=False,
45
  flagging_dir="flagged",
46
  ).launch(enable_queue=True, show_tips=True)
 
40
  ),
41
  ],
42
  gr.outputs.Image(type="pil"),
43
+ allow_flagging="auto",
44
  allow_screenshot=False,
45
  flagging_dir="flagged",
46
  ).launch(enable_queue=True, show_tips=True)