Kalbe-x-Bangkit
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -92,7 +92,7 @@ if uploaded_file is not None:
|
|
92 |
file_bytes = np.asarray(bytearray(uploaded_file.read()), dtype=np.uint8)
|
93 |
image = cv2.imdecode(file_bytes, 1)
|
94 |
|
95 |
-
st.image(image, caption='Uploaded Image.', use_column_width=True)
|
96 |
|
97 |
if st.button('Detect'):
|
98 |
st.write("Processing...")
|
|
|
92 |
file_bytes = np.asarray(bytearray(uploaded_file.read()), dtype=np.uint8)
|
93 |
image = cv2.imdecode(file_bytes, 1)
|
94 |
|
95 |
+
# st.image(image, caption='Uploaded Image.', use_column_width=True)
|
96 |
|
97 |
if st.button('Detect'):
|
98 |
st.write("Processing...")
|