Zakia commited on
Commit
133d967
1 Parent(s): e383733

test the .pkl file reference change

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ from pycaret.classification import load_model, predict_model
8
 
9
 
10
  # load the trained model for predictions
11
- model = load_model('tuned_blend_specific_model_19112021')
12
 
13
 
14
  # define the function to call
 
8
 
9
 
10
  # load the trained model for predictions
11
+ model = load_model('models/tuned_blend_specific_model_19112021')
12
 
13
 
14
  # define the function to call