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

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
- print(result)
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