SamDaLamb commited on
Commit
b18e74e
·
verified ·
1 Parent(s): 4a1eab0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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(Image.fromarray(img_array))
 
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