Update handler.py
Browse files- handler.py +2 -2
handler.py
CHANGED
|
@@ -54,6 +54,6 @@ class EndpointHandler():
|
|
| 54 |
print("error")
|
| 55 |
|
| 56 |
print("b1", prediction)
|
| 57 |
-
print("b2",
|
| 58 |
-
print("b3",
|
| 59 |
return prediction
|
|
|
|
| 54 |
print("error")
|
| 55 |
|
| 56 |
print("b1", prediction)
|
| 57 |
+
print("b2", prediction, file=sys.stderr)
|
| 58 |
+
print("b3", prediction, file=sys.stdout)
|
| 59 |
return prediction
|