adamluc commited on
Commit
05ffe76
·
1 Parent(s): 8846580

Upload handler.py

Browse files
Files changed (1) hide show
  1. handler.py +1 -1
handler.py CHANGED
@@ -13,4 +13,4 @@ class EndpointHandler:
13
  def __call__(self, data: Any) -> List[List[Dict[str, float]]]:
14
  inputs = data.pop("inputs", data)
15
 
16
- return prediction
 
13
  def __call__(self, data: Any) -> List[List[Dict[str, float]]]:
14
  inputs = data.pop("inputs", data)
15
 
16
+ return inputs