Kalbe-x-Bangkit commited on
Commit
fe73951
·
verified ·
1 Parent(s): 3adf5d5

Update app.py

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