LDanielBlueway commited on
Commit
9639d94
·
verified ·
1 Parent(s): e3584f4

Update handler.py

Browse files
Files changed (1) hide show
  1. handler.py +1 -1
handler.py CHANGED
@@ -13,7 +13,7 @@ class EndpointHandler():
13
  def __call__(self, data: Dict[str, Any]) -> List[Dict[str, Any]]:
14
  """
15
  data args:
16
- images (:obj:`string`)
17
  candidates (:obj:`list`)
18
  Return:
19
  A :obj:`list`:. The list contains items that are dicts should be liked {"label": "XXX", "score": 0.82}
 
13
  def __call__(self, data: Dict[str, Any]) -> List[Dict[str, Any]]:
14
  """
15
  data args:
16
+ image (:obj:`string`)
17
  candidates (:obj:`list`)
18
  Return:
19
  A :obj:`list`:. The list contains items that are dicts should be liked {"label": "XXX", "score": 0.82}