pierrefdz commited on
Commit
e2d2260
·
1 Parent(s): 56ad37d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,6 +52,6 @@ iface = gr.Interface(
52
  outputs=[
53
  groutputs.Textbox(label='Information')],
54
  allow_screenshot=False,
55
- allow_flagging=False,
56
  )
57
  iface.launch()
 
52
  outputs=[
53
  groutputs.Textbox(label='Information')],
54
  allow_screenshot=False,
55
+ allow_flagging='never',
56
  )
57
  iface.launch()