Andersonpepple commited on
Commit
c7101f9
·
verified ·
1 Parent(s): d8c4135

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -31,7 +31,9 @@ iface = gr.Interface(
31
  ["How are you"],
32
  ["All these Christians dey mad"],
33
  ["All Christians are mad"]
34
- ]
 
 
35
  )
36
 
37
  # Launch the Gradio interface
 
31
  ["How are you"],
32
  ["All these Christians dey mad"],
33
  ["All Christians are mad"]
34
+ ],
35
+ allow_flagging ="manual",
36
+ flagging_dir = "flagged"
37
  )
38
 
39
  # Launch the Gradio interface