Nandhu07 commited on
Commit
49d6f2c
·
1 Parent(s): ac20127

Update app.py

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