Upload handler.py
Browse files- 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
|
|
|
|
| 13 |
def __call__(self, data: Any) -> List[List[Dict[str, float]]]:
|
| 14 |
inputs = data.pop("inputs", data)
|
| 15 |
|
| 16 |
+
return inputs
|