vumichien commited on
Commit
a0b203d
·
1 Parent(s): fa9e198

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,4 +51,4 @@ gr.Interface(
51
  title=title,
52
  description=description,
53
  article=article,
54
- allow_flagging="never").launch(debug=True)
 
51
  title=title,
52
  description=description,
53
  article=article,
54
+ allow_flagging="never").launch(enable_queue=True)