harshin commited on
Commit
3266ddc
·
1 Parent(s): 1fee3e1

Update app.py

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