Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -82,7 +82,7 @@ if text is not None and len(tokens) > number:
|
|
82 |
|
83 |
|
84 |
if text is not None:
|
85 |
-
token_classifier = pipeline(model="
|
86 |
|
87 |
tokens = token_classifier(text)
|
88 |
|
|
|
82 |
|
83 |
|
84 |
if text is not None:
|
85 |
+
token_classifier = pipeline(model="xlm-roberta-large-finetuned-conll03-english", aggregation_strategy="simple")
|
86 |
|
87 |
tokens = token_classifier(text)
|
88 |
|