Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -77,7 +77,7 @@ if uploaded_file is not None:
|
|
| 77 |
|
| 78 |
# Step 2: Display image with bounding boxes
|
| 79 |
st.markdown("### Step 2: Detected Objects in the Image")
|
| 80 |
-
st.image(image, channels="BGR"
|
| 81 |
|
| 82 |
# Step 3: Display the count of detected objects dynamically
|
| 83 |
st.markdown("### Step 3: Detected Objects Count")
|
|
|
|
| 77 |
|
| 78 |
# Step 2: Display image with bounding boxes
|
| 79 |
st.markdown("### Step 2: Detected Objects in the Image")
|
| 80 |
+
st.image(image, channels="BGR")
|
| 81 |
|
| 82 |
# Step 3: Display the count of detected objects dynamically
|
| 83 |
st.markdown("### Step 3: Detected Objects Count")
|