Update app.py
Browse files
app.py
CHANGED
|
@@ -95,7 +95,7 @@ if uploaded_file is not None:
|
|
| 95 |
|
| 96 |
col1, col2 = st.columns(2)
|
| 97 |
with col1:
|
| 98 |
-
st.image(image, caption="Original", width=True)
|
| 99 |
with col2:
|
| 100 |
debug = img_bgr.copy()
|
| 101 |
cv2.rectangle(debug, (bx1, by1), (bx2, by2), (0, 255, 0), 4)
|
|
|
|
| 95 |
|
| 96 |
col1, col2 = st.columns(2)
|
| 97 |
with col1:
|
| 98 |
+
#st.image(image, caption="Original", width=True)
|
| 99 |
with col2:
|
| 100 |
debug = img_bgr.copy()
|
| 101 |
cv2.rectangle(debug, (bx1, by1), (bx2, by2), (0, 255, 0), 4)
|