rjiang12 commited on
Commit
df2c71e
·
1 Parent(s): 03ffe6a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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
- inputs=[],
632
- outputs=[])
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,