subek commited on
Commit
6998d9c
1 Parent(s): abecc27

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -93,7 +93,9 @@ def main():
93
  - Upload a brain scan image.
94
  - Or, download sample images below and check the predictions.
95
  """)
96
-
 
 
97
  if uploaded_file is not None:
98
  # Read the uploaded image
99
  image = cv2.imdecode(np.fromstring(uploaded_file.read(), np.uint8), cv2.IMREAD_COLOR)
 
93
  - Upload a brain scan image.
94
  - Or, download sample images below and check the predictions.
95
  """)
96
+
97
+ download_sample_images()
98
+
99
  if uploaded_file is not None:
100
  # Read the uploaded image
101
  image = cv2.imdecode(np.fromstring(uploaded_file.read(), np.uint8), cv2.IMREAD_COLOR)