Spaces:
Runtime error
Runtime error
mwitiderrick
commited on
Commit
·
fa1dc88
1
Parent(s):
738cbb6
Update app.py
Browse files
app.py
CHANGED
@@ -60,7 +60,7 @@ def map_ner(inference):
|
|
60 |
value = "I-MISC"
|
61 |
dictionary['entity'] = value
|
62 |
entities.append(dictionary)
|
63 |
-
|
64 |
|
65 |
def run_pipeline(text):
|
66 |
dense_start = time.perf_counter()
|
|
|
60 |
value = "I-MISC"
|
61 |
dictionary['entity'] = value
|
62 |
entities.append(dictionary)
|
63 |
+
return entities
|
64 |
|
65 |
def run_pipeline(text):
|
66 |
dense_start = time.perf_counter()
|