add description
Browse files
app.py
CHANGED
|
@@ -59,6 +59,7 @@ intf = gr.Interface(fn=apply_ner, inputs="text", outputs="html", title='Slovak N
|
|
| 59 |
["ΔaputovΓ‘ opakovane tvrdΓ, ΕΎe \"spravodlivosΕ₯ na Slovensku neplatΓ vΕΎdy pre vΕ‘etkΓ½ch "
|
| 60 |
"rovnako\"."]],
|
| 61 |
description="Named Entity Recognition (NER) labels persons, organizations and locations in the "
|
| 62 |
-
"given sentence."
|
|
|
|
| 63 |
article="")
|
| 64 |
intf.launch()
|
|
|
|
| 59 |
["ΔaputovΓ‘ opakovane tvrdΓ, ΕΎe \"spravodlivosΕ₯ na Slovensku neplatΓ vΕΎdy pre vΕ‘etkΓ½ch "
|
| 60 |
"rovnako\"."]],
|
| 61 |
description="Named Entity Recognition (NER) labels persons, organizations and locations in the "
|
| 62 |
+
"given sentence. You can try out one of the examples below or type your own sentence. "
|
| 63 |
+
"Don't forget to use double quotes (\") instead of curved quotes (ββ)",
|
| 64 |
article="")
|
| 65 |
intf.launch()
|