SamDaLamb commited on
Commit
9aa606e
·
verified ·
1 Parent(s): cb74baa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)+"hey")
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