Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ if uploaded_file is not None:
|
|
26 |
|
27 |
# Make predictions using the model
|
28 |
results = model.predict(img_array, conf=0.5, iou=0.4)
|
29 |
-
print(
|
30 |
# Display the results
|
31 |
st.write(f"Detected {len(results)} objects.")
|
32 |
|
|
|
26 |
|
27 |
# Make predictions using the model
|
28 |
results = model.predict(img_array, conf=0.5, iou=0.4)
|
29 |
+
print(results)
|
30 |
# Display the results
|
31 |
st.write(f"Detected {len(results)} objects.")
|
32 |
|