Evan-Lin commited on
Commit
45f75aa
·
1 Parent(s): 6d60d62

Update handler.py

Browse files
Files changed (1) hide show
  1. handler.py +2 -2
handler.py CHANGED
@@ -54,6 +54,6 @@ class EndpointHandler():
54
  print("error")
55
 
56
  print("b1", prediction)
57
- print("b2", predcition, file=sys.stderr)
58
- print("b3", predcition, file=sys.stdout)
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