miteshkotak7
commited on
Commit
•
2f2e25b
1
Parent(s):
316f722
Update handler.py
Browse files- handler.py +1 -1
handler.py
CHANGED
@@ -74,4 +74,4 @@ class EndpointHandler:
|
|
74 |
output_array = [combined_dict]
|
75 |
|
76 |
# for element in combined_array:
|
77 |
-
return
|
|
|
74 |
output_array = [combined_dict]
|
75 |
|
76 |
# for element in combined_array:
|
77 |
+
return preds
|