Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -108,7 +108,8 @@ def detect_objects_in_image(image):
|
|
108 |
|
109 |
# Generate and return graph instead of dictionary
|
110 |
# graph_image = generate_vehicle_count_graph(object_counts)
|
111 |
-
print(
|
|
|
112 |
return Image.fromarray(img_array)#, graph_image # Now returning only 2 outputs
|
113 |
|
114 |
|
|
|
108 |
|
109 |
# Generate and return graph instead of dictionary
|
110 |
# graph_image = generate_vehicle_count_graph(object_counts)
|
111 |
+
print(img_array+"hello")
|
112 |
+
print(Image.fromarray(img_array)+"hey")
|
113 |
return Image.fromarray(img_array)#, graph_image # Now returning only 2 outputs
|
114 |
|
115 |
|