harsh13333
commited on
Commit
•
ad03dbe
1
Parent(s):
f177548
Update handler.py
Browse files- handler.py +1 -1
handler.py
CHANGED
@@ -8,7 +8,7 @@ class EndpointHandler():
|
|
8 |
self,
|
9 |
path: str,
|
10 |
):
|
11 |
-
self.tagger = SequenceTagger.load("
|
12 |
|
13 |
def __call__(self, data: Dict[str, Any]) -> List[Dict[str, Any]]:
|
14 |
"""
|
|
|
8 |
self,
|
9 |
path: str,
|
10 |
):
|
11 |
+
self.tagger = SequenceTagger.load("pytorch_model.bin")
|
12 |
|
13 |
def __call__(self, data: Dict[str, Any]) -> List[Dict[str, Any]]:
|
14 |
"""
|