LDanielBlueway commited on
Commit
97c1770
·
verified ·
1 Parent(s): a30baa4

Update handler.py

Browse files
Files changed (1) hide show
  1. handler.py +1 -1
handler.py CHANGED
@@ -9,7 +9,7 @@ from transformers import AutoModel
9
 
10
  class EndpointHandler():
11
  def __init__(self, path=""):
12
- self.model = AutoModel.from_pretrained('jinaai/jina-clip-v1', trust_remote_code=True)
13
 
14
  def __call__(self, data: Dict[str, Any]) -> List[Dict[str, Any]]:
15
  """
 
9
 
10
  class EndpointHandler():
11
  def __init__(self, path=""):
12
+ self.model = AutoModel.from_pretrained('Blueway/Inference-endpoint-for-jina-clip-v1', trust_remote_code=True)
13
 
14
  def __call__(self, data: Dict[str, Any]) -> List[Dict[str, Any]]:
15
  """