rockdrigoma commited on
Commit
7acb40d
·
1 Parent(s): 3935ccb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)