Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -627,9 +627,9 @@ with gr.Blocks(theme=soft, title="Social Bias Testing in Language Models",
|
|
| 627 |
outputs=[s1_btn, s2_btn, s3_btn, tab1, tab2, tab3])
|
| 628 |
|
| 629 |
# Additional Interactions
|
| 630 |
-
attribute_bias_labels.select(fn=selectAttributeLabel,
|
| 631 |
-
|
| 632 |
-
|
| 633 |
|
| 634 |
# tick checkbox to use online generation
|
| 635 |
#use_online_gen.change(fn=useOnlineGen,
|
|
|
|
| 627 |
outputs=[s1_btn, s2_btn, s3_btn, tab1, tab2, tab3])
|
| 628 |
|
| 629 |
# Additional Interactions
|
| 630 |
+
# attribute_bias_labels.select(fn=selectAttributeLabel,
|
| 631 |
+
# inputs=[],
|
| 632 |
+
# outputs=[])
|
| 633 |
|
| 634 |
# tick checkbox to use online generation
|
| 635 |
#use_online_gen.change(fn=useOnlineGen,
|