Neil-YL commited on
Commit
ebaaeb0
·
verified ·
1 Parent(s): 1cf91ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -458,7 +458,7 @@ with gr.Blocks(title="OT-2 Liquid Color Matching Experiment Queue") as demo:
458
  inputs=[student_id_input, r_slider, y_slider, b_slider],
459
  outputs=result_output,
460
  api_name="submit",
461
- concurrency_limit=5
462
  ).then(
463
  update_queue_display,
464
  None,
 
458
  inputs=[student_id_input, r_slider, y_slider, b_slider],
459
  outputs=result_output,
460
  api_name="submit",
461
+ concurrency_limit=8
462
  ).then(
463
  update_queue_display,
464
  None,