artificialguybr commited on
Commit
fe71bb9
1 Parent(s): b6fc174

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -123,5 +123,8 @@ Thanks to [Redmond.ai](https://redmond.ai/) for providing GPU Time and sponsorin
123
  allow_flagging='never'
124
  )
125
 
 
 
 
126
  # Launch the app
127
  iface.launch()
 
123
  allow_flagging='never'
124
  )
125
 
126
+ #Adding queue
127
+ iface.queue(concurrency_count=3)
128
+
129
  # Launch the app
130
  iface.launch()