wldmr commited on
Commit
af5d68b
1 Parent(s): 072aee3

added queue function

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -103,8 +103,7 @@ Model restores punctuation and case i.e. of the following punctuations -- [! ? .
103
  title = title,
104
  description = description,
105
  examples=examples,
106
- queue=True,
107
- allow_flagging="never")
108
 
109
  interface.launch()
110
 
 
103
  title = title,
104
  description = description,
105
  examples=examples,
106
+ allow_flagging="never").queue(concurrency_count=2)
 
107
 
108
  interface.launch()
109