Spaces:
Runtime error
Runtime error
Commit
·
3572a2d
1
Parent(s):
9d06087
fix imports
Browse files
app.py
CHANGED
@@ -7,6 +7,9 @@ from pytorch_ie.annotations import LabeledSpan, BinaryRelation
|
|
7 |
from pytorch_ie.auto import AutoPipeline
|
8 |
from pytorch_ie.core import AnnotationList, annotation_field
|
9 |
from pytorch_ie.documents import TextBasedDocument
|
|
|
|
|
|
|
10 |
|
11 |
from typing import List
|
12 |
|
|
|
7 |
from pytorch_ie.auto import AutoPipeline
|
8 |
from pytorch_ie.core import AnnotationList, annotation_field
|
9 |
from pytorch_ie.documents import TextBasedDocument
|
10 |
+
from pytorch_ie.taskmodules import *
|
11 |
+
from pytorch_ie.models import *
|
12 |
+
|
13 |
|
14 |
from typing import List
|
15 |
|