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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,7 +86,7 @@ st.write("Upload a chest X-ray image and click on 'Detect' to find out if there'
86
 
87
  model_detection = load_model_detection()
88
 
89
- uploaded_file = st.file_uploader("Choose an image...", type=["jpg", "jpeg", "png", "dcm"])
90
 
91
  if uploaded_file is not None:
92
  file_bytes = np.asarray(bytearray(uploaded_file.read()), dtype=np.uint8)
 
86
 
87
  model_detection = load_model_detection()
88
 
89
+ # uploaded_file = st.sidebar.file_uploader("Choose an image...", type=["jpg", "jpeg", "png", "dcm"])
90
 
91
  if uploaded_file is not None:
92
  file_bytes = np.asarray(bytearray(uploaded_file.read()), dtype=np.uint8)