harsh13333 commited on
Commit
1280f85
1 Parent(s): 9695220

Update handler.py

Browse files
Files changed (1) hide show
  1. handler.py +1 -1
handler.py CHANGED
@@ -8,7 +8,7 @@ class EndpointHandler():
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
  """
 
8
  self,
9
  path: str,
10
  ):
11
+ self.tagger = SequenceTagger.load("final-model.pt")
12
 
13
  def __call__(self, data: Dict[str, Any]) -> List[Dict[str, Any]]:
14
  """