m7mdal7aj commited on
Commit
9edbbef
·
verified ·
1 Parent(s): 236e2a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -99,6 +99,7 @@ def perform_object_detection(image, model_name, threshold):
99
 
100
  try:
101
  # Perform object detection and draw bounding boxes
 
102
  processed_image, detected_objects = detect_and_draw_objects(image, model_name, threshold)
103
  st.write("66666666666666")
104
  st.write(detected_objects[:20])
 
99
 
100
  try:
101
  # Perform object detection and draw bounding boxes
102
+ st.write("9999999999999")
103
  processed_image, detected_objects = detect_and_draw_objects(image, model_name, threshold)
104
  st.write("66666666666666")
105
  st.write(detected_objects[:20])