Update app.py
Browse files
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
|