rohithjoseph commited on
Commit
973e3e8
1 Parent(s): 661a870

Update Streamlit.py

Browse files
Files changed (1) hide show
  1. Streamlit.py +1 -1
Streamlit.py CHANGED
@@ -69,7 +69,7 @@ elif task == "Tumor Detection":
69
 
70
  if uploaded_file is not None:
71
  # Load the tumor detection model
72
- model = load_model('CN.H5')
73
  st.image(uploaded_file, caption="Uploaded Image.", use_column_width=False, width=200)
74
  st.write("")
75
 
 
69
 
70
  if uploaded_file is not None:
71
  # Load the tumor detection model
72
+ model = load_model('CN.h5')
73
  st.image(uploaded_file, caption="Uploaded Image.", use_column_width=False, width=200)
74
  st.write("")
75