Ben Nguyen commited on
Commit
532136d
1 Parent(s): b1cf76b

Change file location

Browse files
handler.py CHANGED
@@ -4,7 +4,7 @@ from comet import load_from_checkpoint
4
 
5
  class EndpointHandler():
6
  def __init__(self, path=""):
7
- self.model = load_from_checkpoint("./checkpoints/model.ckpt")
8
 
9
  def __call__(self, data: Dict[str, Any]) -> List[Any]:
10
  """
 
4
 
5
  class EndpointHandler():
6
  def __init__(self, path=""):
7
+ self.model = load_from_checkpoint("model.ckpt")
8
 
9
  def __call__(self, data: Dict[str, Any]) -> List[Any]:
10
  """
checkpoints/model.ckpt → model.ckpt RENAMED
File without changes