Spaces:
Runtime error
Runtime error
mvy
commited on
Commit
•
6f3f044
1
Parent(s):
10b2302
refactor
Browse files
ner.py
CHANGED
@@ -126,5 +126,4 @@ Text:
|
|
126 |
outputs = self.predict(
|
127 |
text, inputs, labels_list, chunks_starts, prompts_lens, threshold
|
128 |
)
|
129 |
-
print(outputs)
|
130 |
return {"text": text, "entities": outputs}
|
|
|
126 |
outputs = self.predict(
|
127 |
text, inputs, labels_list, chunks_starts, prompts_lens, threshold
|
128 |
)
|
|
|
129 |
return {"text": text, "entities": outputs}
|