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