Shamik commited on
Commit
2e83600
·
verified ·
1 Parent(s): f5d7289

feat: adding queue to the UI.

Browse files
Files changed (1) hide show
  1. src/insurance_assistants/ui.py +1 -1
src/insurance_assistants/ui.py CHANGED
@@ -330,7 +330,7 @@ class UI:
330
  inputs=[session_state],
331
  )
332
 
333
- demo.launch(debug=True, **kwargs)
334
 
335
 
336
  # if __name__=="__main__":
 
330
  inputs=[session_state],
331
  )
332
 
333
+ demo.queue(max_size=4).launch(debug=True, **kwargs)
334
 
335
 
336
  # if __name__=="__main__":