kmkarakaya commited on
Commit
0da53db
·
1 Parent(s): 5a8655c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -42,6 +42,7 @@ demo = gr.Interface(fn=generate_review,
42
  description= description,
43
  article = article,
44
  allow_flagging="manual",
45
- flagging_options=["reasonable", "non-sense", "moderate"]
 
46
  )
47
  demo.launch('share=True')
 
42
  description= description,
43
  article = article,
44
  allow_flagging="manual",
45
+ flagging_options=["reasonable", "non-sense", "moderate"],
46
+ enable_queue=True
47
  )
48
  demo.launch('share=True')