mvy commited on
Commit
6f3f044
1 Parent(s): 10b2302
Files changed (1) hide show
  1. ner.py +0 -1
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}