Update handler.py
Browse files- handler.py +2 -2
handler.py
CHANGED
|
@@ -50,5 +50,5 @@ class EndpointHandler():
|
|
| 50 |
}
|
| 51 |
|
| 52 |
prediction.append(item_prediction)
|
| 53 |
-
|
| 54 |
-
|
|
|
|
| 50 |
}
|
| 51 |
|
| 52 |
prediction.append(item_prediction)
|
| 53 |
+
|
| 54 |
+
return prediction
|