Spaces:
Runtime error
Runtime error
leonhardhennig
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -5,6 +5,7 @@ from pytorch_ie.annotations import LabeledSpan
|
|
5 |
from pytorch_ie.auto import AutoPipeline
|
6 |
from pytorch_ie.core import AnnotationList, annotation_field
|
7 |
from pytorch_ie.documents import TextDocument
|
|
|
8 |
|
9 |
from spacy import displacy
|
10 |
|
|
|
5 |
from pytorch_ie.auto import AutoPipeline
|
6 |
from pytorch_ie.core import AnnotationList, annotation_field
|
7 |
from pytorch_ie.documents import TextDocument
|
8 |
+
from pytorch_ie.taskmodules import TransformerTokenClassificationTaskModule
|
9 |
|
10 |
from spacy import displacy
|
11 |
|