Senasu commited on
Commit
e88d5b0
·
verified ·
1 Parent(s): c1c1d57

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", use_column_width=True)
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")