Commit
·
df5be20
1
Parent(s):
2ae896a
Update app.py
Browse files
app.py
CHANGED
@@ -43,4 +43,4 @@ gr.Interface(
|
|
43 |
allow_flagging="manual",
|
44 |
flagging_options=["right translation", "wrong translation", "error", "other"],
|
45 |
flagging_dir="logs"
|
46 |
-
).launch(enable_queue=True
|
|
|
43 |
allow_flagging="manual",
|
44 |
flagging_options=["right translation", "wrong translation", "error", "other"],
|
45 |
flagging_dir="logs"
|
46 |
+
).launch(enable_queue=True)
|