Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -119,7 +119,7 @@ def detect_objects_in_image(image):
|
|
119 |
# Generate and return graph instead of dictionary
|
120 |
# graph_image = generate_vehicle_count_graph(object_counts)
|
121 |
|
122 |
-
print(Image.fromarray(img_array)
|
123 |
return Image.fromarray(img_array)#, graph_image # Now returning only 2 outputs
|
124 |
|
125 |
|
|
|
119 |
# Generate and return graph instead of dictionary
|
120 |
# graph_image = generate_vehicle_count_graph(object_counts)
|
121 |
|
122 |
+
print(Image.fromarray(img_array),"hey")
|
123 |
return Image.fromarray(img_array)#, graph_image # Now returning only 2 outputs
|
124 |
|
125 |
|