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

Remove concurrency completely

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=None).launch()
 
1078
  att1.change(fn=changeTerm, inputs=[], outputs=[csv])
1079
  att2.change(fn=changeTerm, inputs=[], outputs=[csv])
1080
 
1081
+ iface.queue().launch() #concurrency_count=2