Spaces:
Runtime error
Runtime error
Stefan Dumitrescu
commited on
Commit
·
8dcee18
1
Parent(s):
859d258
Update
Browse files
app.py
CHANGED
@@ -94,7 +94,7 @@ if Run_Button == True:
|
|
94 |
|
95 |
|
96 |
spacy_display["ents"].append({"start": start, "end": end, "label": label})
|
97 |
-
print(f"ADD ENTITY: {spacy_display['
|
98 |
i += 1
|
99 |
|
100 |
|
|
|
94 |
|
95 |
|
96 |
spacy_display["ents"].append({"start": start, "end": end, "label": label})
|
97 |
+
print(f"ADD ENTITY: {spacy_display['ents'][-1]}")
|
98 |
i += 1
|
99 |
|
100 |
|