liamfrank15 commited on
Commit
ae1aa36
·
verified ·
1 Parent(s): 7b9d648

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ iface = gr.Interface(
54
  outputs="text",
55
  title="Spam Detection",
56
  description="Enter an email message to detect if it's Spam or Non-Spam.",
57
- allow_flagging=False
58
  )
59
 
60
  iface.launch()
 
54
  outputs="text",
55
  title="Spam Detection",
56
  description="Enter an email message to detect if it's Spam or Non-Spam.",
57
+ flagging_mode="never"
58
  )
59
 
60
  iface.launch()