rockdrigoma
commited on
Commit
•
3c0fbbd
1
Parent(s):
74b256d
Update app.py
Browse files
app.py
CHANGED
@@ -31,5 +31,6 @@ gr.Interface(
|
|
31 |
'mi abuelo se llama Juan',
|
32 |
'te amo con todo mi corazón'],
|
33 |
allow_flagging="manual",
|
34 |
-
flagging_options=["right translation", "wrong translation", "error", "other"]
|
|
|
35 |
).launch(enable_queue=True)
|
|
|
31 |
'mi abuelo se llama Juan',
|
32 |
'te amo con todo mi corazón'],
|
33 |
allow_flagging="manual",
|
34 |
+
flagging_options=["right translation", "wrong translation", "error", "other"],
|
35 |
+
flagging_dir="logs"
|
36 |
).launch(enable_queue=True)
|