Fix spelling
Browse files
app.py
CHANGED
@@ -100,9 +100,9 @@ iface = gr.Interface(
|
|
100 |
|
101 |
allow_flagging="manual",
|
102 |
flagging_options=[
|
103 |
-
": decision
|
104 |
-
": decision
|
105 |
-
": decision
|
106 |
],
|
107 |
flagging_callback=hf_writer
|
108 |
)
|
|
|
100 |
|
101 |
allow_flagging="manual",
|
102 |
flagging_options=[
|
103 |
+
": decision should be accept",
|
104 |
+
": decision should be reject",
|
105 |
+
": decision should be moderation"
|
106 |
],
|
107 |
flagging_callback=hf_writer
|
108 |
)
|