abhinavyadav11 commited on
Commit
afa1dac
·
verified ·
1 Parent(s): ccafa84

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ from tensorflow.keras.preprocessing import image
6
  from tensorflow.keras.applications.vgg16 import preprocess_input
7
 
8
  # Load your trained model
9
- model = load_model('/Users/abhinavyadav/Downloads/BT(Deploy).h5') # Replace with your model's path
10
 
11
  # Set Streamlit page config for a better layout
12
  st.set_page_config(page_title="Brain Tumor Detection", page_icon="🧠", layout="centered")
 
6
  from tensorflow.keras.applications.vgg16 import preprocess_input
7
 
8
  # Load your trained model
9
+ model = load_model('BT(Deploy).h5') # Replace with your model's path
10
 
11
  # Set Streamlit page config for a better layout
12
  st.set_page_config(page_title="Brain Tumor Detection", page_icon="🧠", layout="centered")