Commit
Β·
682e72c
1
Parent(s):
842dbe5
update app
Browse files
app.py
CHANGED
@@ -130,7 +130,7 @@ def nel_app_interface():
|
|
130 |
"The sentences in the following format: <br>"
|
131 |
"<it><< We are going to `[START]` Paris `[END]` >></it> <br>"
|
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 |
"<b>Warning<b>: Only one entity per sentence is supported at the moment!",
|
135 |
examples=[
|
136 |
[
|
|
|
130 |
"The sentences in the following format: <br>"
|
131 |
"<it><< We are going to `[START]` Paris `[END]` >></it> <br>"
|
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> <br>"
|
134 |
"<b>Warning<b>: Only one entity per sentence is supported at the moment!",
|
135 |
examples=[
|
136 |
[
|