kmkarakaya commited on
Commit
a3ae48f
·
1 Parent(s): 42a4fb9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -44,8 +44,7 @@ demo = gr.Interface(fn=generate_review,
44
  description= description,
45
  article = article,
46
  allow_flagging="manual",
47
- flagging_options=["reasonable", "non-sense", "moderate"],
48
- enable_queue=True,
49
- flagging_dir='./flags'
50
  )
51
- demo.launch('share=True')
 
44
  description= description,
45
  article = article,
46
  allow_flagging="manual",
47
+ flagging_options=["reasonable", "non-sense", "moderate"]
48
+ #flagging_dir='./flags'
 
49
  )
50
+ demo.launch('share=True', 'enable_queue=True')