Spaces:
Sleeping
Sleeping
ankur-bohra
commited on
Commit
•
9f4ab8c
1
Parent(s):
2fa693e
Update app.py
Browse files
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=
|
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)
|