Baskar2005 commited on
Commit
fa1b433
·
verified ·
1 Parent(s): ae04833

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
-
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(result)
30
  # Display the results
31
  st.write(f"Detected {len(results)} objects.")
32