ke-lly-d commited on
Commit
39f7efe
·
verified ·
1 Parent(s): 533ef34

Update handler.py

Browse files
Files changed (1) hide show
  1. handler.py +1 -1
handler.py CHANGED
@@ -46,6 +46,6 @@ class EndpointHandler:
46
 
47
  return {
48
  "pack": top_class_label,
49
- "prob_distribution": prob_distribution
50
  }
51
 
 
46
 
47
  return {
48
  "pack": top_class_label,
49
+ "probDistribution": prob_distribution
50
  }
51