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