reichenbach commited on
Commit
1dd4fe3
1 Parent(s): 45cd56e

Example changes

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ lookup_layer = keras.layers.StringLookup(vocabulary=vocab['tokens'])
62
 
63
  iface = gr.Interface(ner_tagging,
64
  inputs=text_1,outputs=ner_tag, examples=[['EU rejects German call to boycott British lamb .'],
65
- ["Wednesday's U.S. Open draw ceremony revealed that both title holders should run into their first serious opposition in the third round."]], title="Named Entity Recognition with Transformers",
66
  description = "Named Entity Recognition with Transformers on CoNLL2003 Dataset",
67
  article = "Author: <a href=\"https://huggingface.co/reichenbach\">Rishav Chandra Varma</a>")
68
 
 
62
 
63
  iface = gr.Interface(ner_tagging,
64
  inputs=text_1,outputs=ner_tag, examples=[['EU rejects German call to boycott British lamb .'],
65
+ ["He said further scientific study was required and if it was found that action was needed it should be taken by the European Union ."]], title="Named Entity Recognition with Transformers",
66
  description = "Named Entity Recognition with Transformers on CoNLL2003 Dataset",
67
  article = "Author: <a href=\"https://huggingface.co/reichenbach\">Rishav Chandra Varma</a>")
68