dai commited on
Commit
a9fbe7d
·
1 Parent(s): 7a64d10

increase concurrency

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -234,5 +234,5 @@ with gr.Blocks() as demo:
234
  )
235
 
236
  if __name__ == '__main__':
237
- demo.queue()
238
  demo.launch()
 
234
  )
235
 
236
  if __name__ == '__main__':
237
+ demo.queue(concurrency_count=10)
238
  demo.launch()