LDanielBlueway commited on
Commit
3888170
·
verified ·
1 Parent(s): 42b4229

Update handler.py

Browse files
Files changed (1) hide show
  1. handler.py +1 -1
handler.py CHANGED
@@ -7,7 +7,7 @@ import base64
7
 
8
  class EndpointHandler():
9
  def __init__(self, path=""):
10
- self.pipeline=pipeline("zero-shot-object-detection",model="Blueway/inference-endpoint-zero-shot-image-classification")
11
 
12
  def __call__(self, data: Dict[str, Any]) -> List[Dict[str, Any]]:
13
  """
 
7
 
8
  class EndpointHandler():
9
  def __init__(self, path=""):
10
+ self.pipeline=pipeline("zero-shot-object-detection",model="omlab/omdet-turbo-swin-tiny-hf")
11
 
12
  def __call__(self, data: Dict[str, Any]) -> List[Dict[str, Any]]:
13
  """