simran12m commited on
Commit
f40ec8c
1 Parent(s): a90666a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ def getAgeGender(image_path):
25
  image = image.reshape((image.shape[0], image.shape[1], 1))
26
 
27
  # Loading the trained model:
28
- model = load_model('UTK_age_gender.h5')
29
 
30
  # Getting the predictions:
31
  image = image / 255
 
25
  image = image.reshape((image.shape[0], image.shape[1], 1))
26
 
27
  # Loading the trained model:
28
+ model = load_model('data.h5')
29
 
30
  # Getting the predictions:
31
  image = image / 255