hackerbyhobby commited on
Commit
58cf43a
·
unverified ·
1 Parent(s): c202cfd
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import json
5
  import numpy as np
6
 
7
  # Load the trained model
8
- model = joblib.load('trained_model_selected.pkl')
9
 
10
  # Load feature names
11
  with open('selected_features.json', 'r') as f:
 
5
  import numpy as np
6
 
7
  # Load the trained model
8
+ model = joblib.load('trained_model.pkl')
9
 
10
  # Load feature names
11
  with open('selected_features.json', 'r') as f: