maximuspowers commited on
Commit
d74f44a
·
verified ·
1 Parent(s): e34c9e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -49,7 +49,6 @@ iface = gr.Interface(
49
  outputs="text",
50
  title="Social Bias Named Entity Recognition (with BERT) 🕵",
51
  description="Enter a sentence to predict biased parts of speech tags. This model uses multi-label BertForTokenClassification, to label the entities: (GEN)eralizations, (UNFAIR)ness, and (STEREO)types. Labels follow BIO format. Try it out :).",
52
- examples=["Tall men are so clumsy."],
53
  allow_flagging="never"
54
  )
55
 
 
49
  outputs="text",
50
  title="Social Bias Named Entity Recognition (with BERT) 🕵",
51
  description="Enter a sentence to predict biased parts of speech tags. This model uses multi-label BertForTokenClassification, to label the entities: (GEN)eralizations, (UNFAIR)ness, and (STEREO)types. Labels follow BIO format. Try it out :).",
 
52
  allow_flagging="never"
53
  )
54