Kalbe-x-Bangkit commited on
Commit
dd9aae3
1 Parent(s): 8a37c3c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -513,7 +513,7 @@ if uploaded_file is not None:
513
  file_bytes = np.asarray(bytearray(uploaded_file.read()), dtype=np.uint8)
514
  image = cv2.imdecode(file_bytes, 1)
515
 
516
- st.image(image, caption='Uploaded Image.', use_column_width=True)
517
 
518
  if st.button('Detect'):
519
  st.write("Processing...")
 
513
  file_bytes = np.asarray(bytearray(uploaded_file.read()), dtype=np.uint8)
514
  image = cv2.imdecode(file_bytes, 1)
515
 
516
+ # st.image(image, caption='Uploaded Image.', use_column_width=True)
517
 
518
  if st.button('Detect'):
519
  st.write("Processing...")