SamDaLamb commited on
Commit
cb74baa
·
verified ·
1 Parent(s): 7e21048

Update app.py

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