Spaces:
Runtime error
Runtime error
mwitiderrick
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -30,7 +30,7 @@ For example, you may want to process text and store the entities in different co
|
|
30 |
task = "ner"
|
31 |
sparse_qa_pipeline = Pipeline.create(
|
32 |
task=task,
|
33 |
-
model_path="zoo:
|
34 |
)
|
35 |
|
36 |
def map_ner(inference):
|
|
|
30 |
task = "ner"
|
31 |
sparse_qa_pipeline = Pipeline.create(
|
32 |
task=task,
|
33 |
+
model_path="zoo:distilbert-conll2003_wikipedia_bookcorpus-pruned90",
|
34 |
)
|
35 |
|
36 |
def map_ner(inference):
|