rjiang12 commited on
Commit
4e679f9
·
1 Parent(s): 580f883

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -597,7 +597,7 @@ with gr.Blocks(theme=soft, title="Social Bias Testing in Language Models",
597
  # Test bias
598
  bias_btn.click(fn=startBiasTest,
599
  inputs=[test_sentences,group1,group2,att1,att2,tested_model_name],
600
- outputs=[bar_progress, s1_btn, s2_btn, s3_btn, tab1, tab2, tab3, model_bias_label, attribute_bias_labels, test_pairs, interpretation_msg,
601
  group1_fixed2, group2_fixed2, att1_fixed2, att2_fixed2]
602
  )
603
 
 
597
  # Test bias
598
  bias_btn.click(fn=startBiasTest,
599
  inputs=[test_sentences,group1,group2,att1,att2,tested_model_name],
600
+ outputs=[bar_progress, s1_btn, s2_btn, s3_btn, tab1, tab2, tab3, model_bias_html, attribute_bias_labels, test_pairs, interpretation_msg,
601
  group1_fixed2, group2_fixed2, att1_fixed2, att2_fixed2]
602
  )
603