mnurbani commited on
Commit
b16538c
·
verified ·
1 Parent(s): b3d9107

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import pandas as pd
4
  import joblib
5
 
6
  # Load model from file
7
- with open('model_rfbest_pipe_rfbest_pipe_rfbest_pipe_rf', 'rb') as file:
8
  model = pickle.load(file)
9
  # model_path = 'model_rfbest_pipe_rfbest_pipe_rfbest_pipe_rf.pkl'
10
  # with open(model_path, 'rb') as file:
 
4
  import joblib
5
 
6
  # Load model from file
7
+ with open('model_rfbest_pipe_rfbest_pipe_rfbest_pipe_rf.pkl', 'rb') as file:
8
  model = pickle.load(file)
9
  # model_path = 'model_rfbest_pipe_rfbest_pipe_rfbest_pipe_rf.pkl'
10
  # with open(model_path, 'rb') as file: