Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -8,6 +8,8 @@ from pytorch_ie.auto import AutoPipeline
|
|
8 |
from pytorch_ie.core import AnnotationList, annotation_field
|
9 |
from pytorch_ie.documents import TextDocument
|
10 |
|
|
|
|
|
11 |
from typing import List
|
12 |
|
13 |
|
|
|
8 |
from pytorch_ie.core import AnnotationList, annotation_field
|
9 |
from pytorch_ie.documents import TextDocument
|
10 |
|
11 |
+
import transformer_re_text_classification
|
12 |
+
|
13 |
from typing import List
|
14 |
|
15 |
|