Pierce Maloney commited on
Commit
4f7f1d5
1 Parent(s): cd860a6

XXS comment

Browse files
Files changed (1) hide show
  1. handler.py +1 -1
handler.py CHANGED
@@ -15,7 +15,7 @@ class EndpointHandler():
15
  def __call__(self, data: Dict[str, Any]) -> List[Dict[str, Any]]:
16
  """
17
  data args:
18
- inputs (:obj: `str` | `PIL.Image` | `np.array`)
19
  kwargs
20
  Return:
21
  A :obj:`list` | `dict`: will be serialized and returned
 
15
  def __call__(self, data: Dict[str, Any]) -> List[Dict[str, Any]]:
16
  """
17
  data args:
18
+ inputs (:obj: `str`)
19
  kwargs
20
  Return:
21
  A :obj:`list` | `dict`: will be serialized and returned