ramyaa1113 commited on
Commit
492e40f
·
1 Parent(s): 2478147

app flagging mode changed

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ iface = gr.Interface(
25
  ],
26
  title=title,
27
  description=description,
28
- allow_flagging="never",
29
  )
30
 
31
  if __name__ == "__main__":
 
25
  ],
26
  title=title,
27
  description=description,
28
+ flagging_mode="never",
29
  )
30
 
31
  if __name__ == "__main__":