mbarnig commited on
Commit
2de782c
·
verified ·
1 Parent(s): e82ea7c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -145,7 +145,7 @@ interface = gr.Interface(
145
  description=mydescription,
146
  article=myarticle,
147
  live=False,
148
- flagging_mode="never"
149
  )
150
 
151
  # Launch the Gradio app
 
145
  description=mydescription,
146
  article=myarticle,
147
  live=False,
148
+ allow_flagging="never"
149
  )
150
 
151
  # Launch the Gradio app