Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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,
|
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 |
|