RKocielnik commited on
Commit
490fd6c
·
verified ·
1 Parent(s): 1509ee5

Adding concurrency_limit=3 for the bias_btn.click

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1028,7 +1028,8 @@ with gr.Blocks(theme=soft, title="Social Bias Testing in Language Models",
1028
  inputs=[test_sentences,group1,group2,att1,att2,tested_model_name],
1029
  outputs=[err_message, bar_progress, s1_btn, s2_btn, s3_btn, tab1, tab2, tab3, model_bias_label,
1030
  attribute_bias_html_stereo, attribute_bias_html_antistereo, test_pairs,
1031
- interpretation_msg, group1_fixed2, group2_fixed2, att1_fixed2, att2_fixed2]
 
1032
  )
1033
 
1034
  # top breadcrumbs
 
1028
  inputs=[test_sentences,group1,group2,att1,att2,tested_model_name],
1029
  outputs=[err_message, bar_progress, s1_btn, s2_btn, s3_btn, tab1, tab2, tab3, model_bias_label,
1030
  attribute_bias_html_stereo, attribute_bias_html_antistereo, test_pairs,
1031
+ interpretation_msg, group1_fixed2, group2_fixed2, att1_fixed2, att2_fixed2],
1032
+ concurrency_limit=3
1033
  )
1034
 
1035
  # top breadcrumbs