dneumann commited on
Commit
6f800fc
·
1 Parent(s): 2ada53d

Increase the queue size

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -241,5 +241,5 @@ io = gr.Interface(
241
  article=article,
242
  examples=[['example01.jpg'], ['example02.jpg']]
243
  )
244
- io.queue(max_size=32)
245
  io.launch()
 
241
  article=article,
242
  examples=[['example01.jpg'], ['example02.jpg']]
243
  )
244
+ io.queue(max_size=1000)
245
  io.launch()