m7mdal7aj commited on
Commit
45a5b8f
1 Parent(s): 178b929

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -123,6 +123,7 @@ if detect_button:
123
  # Perform object detection
124
  processed_image, detected_objects = perform_object_detection(image, detect_model, threshold)
125
  st.write("333333333333333")
 
126
  st.write(type(processed_image))
127
  #if processed_image:
128
  # Display the image with detected objects
 
123
  # Perform object detection
124
  processed_image, detected_objects = perform_object_detection(image, detect_model, threshold)
125
  st.write("333333333333333")
126
+ st.write(processed_image)
127
  st.write(type(processed_image))
128
  #if processed_image:
129
  # Display the image with detected objects