maximuspowers commited on
Commit
a53c355
·
verified ·
1 Parent(s): 9469204

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -51,11 +51,8 @@ iface = gr.Interface(
51
  title="Named Entity Recognition with BERT",
52
  description="Enter a sentence to predict NER tags using BERT model trained for multi-label classification.",
53
  examples=["Tall men are so clumsy."],
54
- allow_flagging="never",
55
- interpretation="default",
56
- postprocessing_fn=format_output
57
  )
58
 
59
- #
60
  if __name__ == "__main__":
61
  iface.launch()
 
51
  title="Named Entity Recognition with BERT",
52
  description="Enter a sentence to predict NER tags using BERT model trained for multi-label classification.",
53
  examples=["Tall men are so clumsy."],
54
+ allow_flagging="never"
 
 
55
  )
56
 
 
57
  if __name__ == "__main__":
58
  iface.launch()