Spaces:
Build error
Build error
Commit
·
1dd4fe3
1
Parent(s):
45cd56e
Example changes
Browse files
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 |
-
["
|
| 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 |
|