Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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:")
|