Commit
·
7acb40d
1
Parent(s):
3935ccb
Update app.py
Browse files
app.py
CHANGED
@@ -33,4 +33,4 @@ gr.Interface(
|
|
33 |
allow_flagging="manual",
|
34 |
flagging_options=["right translation", "wrong translation", "error", "other"],
|
35 |
flagging_dir="logs"
|
36 |
-
).launch(enable_queue=True)
|
|
|
33 |
allow_flagging="manual",
|
34 |
flagging_options=["right translation", "wrong translation", "error", "other"],
|
35 |
flagging_dir="logs"
|
36 |
+
).launch(enable_queue=True, debug=True)
|