wldmr commited on
Commit
baf9b77
·
1 Parent(s): fc7642f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -63,6 +63,7 @@ Model restores punctuation and case i.e. of the following punctuations -- [! ? .
63
  title = title,
64
  description = description,
65
  examples=examples,
 
66
  allow_flagging="never")
67
 
68
  interface.launch()
 
63
  title = title,
64
  description = description,
65
  examples=examples,
66
+ queue=True,
67
  allow_flagging="never")
68
 
69
  interface.launch()