Commit
路
5151527
1
Parent(s):
f1b5c46
Update app.py
Browse files
app.py
CHANGED
@@ -125,6 +125,6 @@ gr.Interface(
|
|
125 |
'te amo con todo mi coraz贸n'],
|
126 |
article=article,
|
127 |
allow_flagging="manual",
|
128 |
-
flagging_options=["
|
129 |
flagging_callback=hf_writer,
|
130 |
).launch(enable_queue=True)
|
|
|
125 |
'te amo con todo mi coraz贸n'],
|
126 |
article=article,
|
127 |
allow_flagging="manual",
|
128 |
+
flagging_options=["correcto", "incorrecto", "casi correcto", "error", "otro"],
|
129 |
flagging_callback=hf_writer,
|
130 |
).launch(enable_queue=True)
|