ankur-bohra commited on
Commit
9f4ab8c
1 Parent(s): 2fa693e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -384,7 +384,7 @@ with gr.Blocks(title="Automatic Reimbursement Tool Demo") as page:
384
  )
385
 
386
  page.queue(
387
- concurrency_count=1,
388
  max_size=1,
389
  )
390
  page.launch(show_api=True, show_error=True, debug=True)
 
384
  )
385
 
386
  page.queue(
387
+ concurrency_count=20,
388
  max_size=1,
389
  )
390
  page.launch(show_api=True, show_error=True, debug=True)