Andersonpepple
commited on
Commit
•
1df0346
1
Parent(s):
c7101f9
Update app.py
Browse files
app.py
CHANGED
@@ -30,7 +30,9 @@ iface = gr.Interface(
|
|
30 |
["How una dey"],
|
31 |
["How are you"],
|
32 |
["All these Christians dey mad"],
|
33 |
-
["All Christians are mad"]
|
|
|
|
|
34 |
],
|
35 |
allow_flagging ="manual",
|
36 |
flagging_dir = "flagged"
|
|
|
30 |
["How una dey"],
|
31 |
["How are you"],
|
32 |
["All these Christians dey mad"],
|
33 |
+
["All Christians are mad"],
|
34 |
+
["That person na black monkey"],
|
35 |
+
["That person is a black monkey"]
|
36 |
],
|
37 |
allow_flagging ="manual",
|
38 |
flagging_dir = "flagged"
|