Update handler.py
Browse files- handler.py +1 -1
handler.py
CHANGED
@@ -45,7 +45,7 @@ class EndpointHandler:
|
|
45 |
}
|
46 |
|
47 |
return {
|
48 |
-
"
|
49 |
"prob_distribution": prob_distribution
|
50 |
}
|
51 |
|
|
|
45 |
}
|
46 |
|
47 |
return {
|
48 |
+
"pack": top_class_label,
|
49 |
"prob_distribution": prob_distribution
|
50 |
}
|
51 |
|