emanuelaboros commited on
Commit
74ff55c
Β·
1 Parent(s): ac76025

update app

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -126,11 +126,11 @@ def nel_app_interface():
126
  outputs=output_entities,
127
  title="Entity Linking with impresso-project/nel-hipe-multilingual",
128
  description="Link entities using the `impresso-project/nel-hipe-multilingual` model under the hood! "
129
- "We recommend using shorter texts (ie sentences, not full paragraphs). "
130
- "The sentences in the following format: "
131
  "<< We are going to [START] Paris [END].>> "
132
  "This format ensures that the model knows which entities to disambiguate, more exactly the "
133
- "entity should be surrounded by `[START]` and `[END]`."
134
  "Warning: Only one entity per sentence is supported at the moment!",
135
  examples=[
136
  [
 
126
  outputs=output_entities,
127
  title="Entity Linking with impresso-project/nel-hipe-multilingual",
128
  description="Link entities using the `impresso-project/nel-hipe-multilingual` model under the hood! "
129
+ "We recommend using shorter texts (ie sentences, not full paragraphs). <br>"
130
+ "The sentences in the following format: <br>"
131
  "<< We are going to [START] Paris [END].>> "
132
  "This format ensures that the model knows which entities to disambiguate, more exactly the "
133
+ "entity should be surrounded by `[START]` and `[END]`. <br>"
134
  "Warning: Only one entity per sentence is supported at the moment!",
135
  examples=[
136
  [