ntam0001 commited on
Commit
a915b02
·
verified ·
1 Parent(s): 8b11118

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ def load_model_artifacts():
20
  model = model_from_json(model_json)
21
 
22
  # Then load weights
23
- model.load_weights('best_model.h5')
24
 
25
  # Load the scaler
26
  with open('scaler.pkl', 'rb') as f:
 
20
  model = model_from_json(model_json)
21
 
22
  # Then load weights
23
+ model.load_weights('final_model.h5')
24
 
25
  # Load the scaler
26
  with open('scaler.pkl', 'rb') as f: