Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -118,7 +118,7 @@ def detect_objects_in_image(image):
|
|
118 |
|
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 |
|
|
|
118 |
|
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 |
|