rohithjoseph commited on
Commit
822cb7d
1 Parent(s): ee4981d

Update Stream.py

Browse files
Files changed (1) hide show
  1. Stream.py +1 -1
Stream.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("D:\STUDY\S3\DEEP LEARNING\comb\cnn.pkl")
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