abhinavyadav11 commited on
Commit
90e341a
·
verified ·
1 Parent(s): ab64902

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ from tensorflow.keras.preprocessing.image import img_to_array
5
  from tensorflow.keras.models import load_model
6
 
7
  # Load your trained model
8
- model = load_model('/Users/abhinavyadav/Downloads/DSMP 1.0/eye_detection.h5')
9
  IMG_SIZE = 224 # Resize the image to the input size of your model (e.g., 224x224)
10
 
11
  # Streamlit App Title
 
5
  from tensorflow.keras.models import load_model
6
 
7
  # Load your trained model
8
+ model = load_model('eye_detection.h5')
9
  IMG_SIZE = 224 # Resize the image to the input size of your model (e.g., 224x224)
10
 
11
  # Streamlit App Title