Unknownaut commited on
Commit
4c881de
·
verified ·
1 Parent(s): bdc3f4a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ def predict(data: RequestData):
23
 
24
  predictions = ner_pipeline(data.sentence)
25
 
26
- allowed = {"PER", "ORG", "LOC"}
27
 
28
  entities = []
29
  seen = set()
 
23
 
24
  predictions = ner_pipeline(data.sentence)
25
 
26
+ allowed = {"PER", "ORG", "LOC", "MISC"}
27
 
28
  entities = []
29
  seen = set()