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

Update handler.py

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