Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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])
|