Zakia commited on
Commit
b8f8c32
1 Parent(s): 12b6b1a

change load_model

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