elsoori commited on
Commit
405de0b
1 Parent(s): 24bb123

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -52,9 +52,9 @@ if uploaded_file:
52
  cell_counts["Platelets"] += 1
53
 
54
  # Display bounding box information
55
- st.write(f"Bounding box: {box.xyxy}")
56
- st.write(f"Confidence: {box.conf}")
57
- st.write(f"Class: {box.cls}")
58
 
59
  # Display the counts of each cell type
60
  st.write("Cell Type Counts:")
 
52
  cell_counts["Platelets"] += 1
53
 
54
  # Display bounding box information
55
+ #st.write(f"Bounding box: {box.xyxy}")
56
+ #st.write(f"Confidence: {box.conf}")
57
+ #st.write(f"Class: {box.cls}")
58
 
59
  # Display the counts of each cell type
60
  st.write("Cell Type Counts:")