Sebastian Willenberg commited on
Commit
c010e3f
·
1 Parent(s): 52b4b70

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,5 +27,5 @@ output_lable = gr.Label()
27
  gr.Interface(fn=classify,
28
  inputs=input_sketchpad,
29
  outputs=output_lable,
30
- allow_flagging=False,
31
  theme=gr.themes.Soft()).launch()
 
27
  gr.Interface(fn=classify,
28
  inputs=input_sketchpad,
29
  outputs=output_lable,
30
+ flagging_mode='never',
31
  theme=gr.themes.Soft()).launch()