AaSiKu commited on
Commit
16180b1
·
verified ·
1 Parent(s): d78bc18

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ model.compile(optimizer=tf.keras.optimizers.Adam(learning_rate=0.001),
35
 
36
 
37
  # Using saved weights
38
- model.load_weights('model_weights .h5')
39
  class_names = {
40
  1: 'Female',
41
  0: 'Male'
 
35
 
36
 
37
  # Using saved weights
38
+ model.load_weights('model_weights.h5')
39
  class_names = {
40
  1: 'Female',
41
  0: 'Male'