RKocielnik commited on
Commit
274fbe7
·
verified ·
1 Parent(s): af9829f

Changed concurrency count to None

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1078,4 +1078,4 @@ with gr.Blocks(theme=soft, title="Social Bias Testing in Language Models",
1078
  att1.change(fn=changeTerm, inputs=[], outputs=[csv])
1079
  att2.change(fn=changeTerm, inputs=[], outputs=[csv])
1080
 
1081
- iface.queue(concurrency_count=2).launch()
 
1078
  att1.change(fn=changeTerm, inputs=[], outputs=[csv])
1079
  att2.change(fn=changeTerm, inputs=[], outputs=[csv])
1080
 
1081
+ iface.queue(concurrency_count=None).launch()