crabz commited on
Commit
cb255ed
Β·
1 Parent(s): 939362b

add description

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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()