Spaces:
Sleeping
Sleeping
Update pages/Lifecycle of Machine Learning.py
Browse files
pages/Lifecycle of Machine Learning.py
CHANGED
@@ -180,7 +180,7 @@ image = cv2.imread('example.jpg')
|
|
180 |
# Display the image
|
181 |
cv2.imshow('Image', image)
|
182 |
cv2.waitKey(0) # Wait for a key press to close the window
|
183 |
-
cv2.destroyAllWindows(
|
184 |
|
185 |
|
186 |
|
@@ -188,6 +188,10 @@ cv2.destroyAllWindows(
|
|
188 |
""",
|
189 |
language="python"
|
190 |
)
|
|
|
|
|
|
|
|
|
191 |
|
192 |
st.write("*Common Issues When Handling image Files*")
|
193 |
st.write(
|
|
|
180 |
# Display the image
|
181 |
cv2.imshow('Image', image)
|
182 |
cv2.waitKey(0) # Wait for a key press to close the window
|
183 |
+
cv2.destroyAllWindows()
|
184 |
|
185 |
|
186 |
|
|
|
188 |
""",
|
189 |
language="python"
|
190 |
)
|
191 |
+
|
192 |
+
|
193 |
+
|
194 |
+
|
195 |
|
196 |
st.write("*Common Issues When Handling image Files*")
|
197 |
st.write(
|