rockdrigoma commited on
Commit
5151527
1 Parent(s): f1b5c46

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=["right translation", "wrong translation", "error", "other"],
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)