alexkueck commited on
Commit
26ed9c9
1 Parent(s): 5bf144f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -270,4 +270,4 @@ with gr.Blocks() as demo:
270
  with gr.Row():
271
  gr.Radio(["Off", "Chroma"], label="Retrieval Augmented Generation", value = "Off"),
272
 
273
- demo.queue(concurrency_count=75, max_size=100).launch(debug=True)
 
270
  with gr.Row():
271
  gr.Radio(["Off", "Chroma"], label="Retrieval Augmented Generation", value = "Off"),
272
 
273
+ demo.queue( max_size=100).launch(debug=True)