Ben Nguyen
commited on
Commit
•
532136d
1
Parent(s):
b1cf76b
Change file location
Browse files- handler.py +1 -1
- checkpoints/model.ckpt → model.ckpt +0 -0
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("
|
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
|