mbarnig commited on
Commit
7b6c1a2
1 Parent(s): 42a44b8

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
- allow_flagging="never"
149
  )
150
 
151
  # Launch the Gradio app
 
145
  description=mydescription,
146
  article=myarticle,
147
  live=False,
148
+ flagging_mode="never"
149
  )
150
 
151
  # Launch the Gradio app