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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ 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(file1)
9
  # model_path = 'model_rfbest_pipe_rfbest_pipe_rfbest_pipe_rf.pkl'
10
  # with open(model_path, 'rb') as file:
11
  # model = pickle.load(file)
 
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:
11
  # model = pickle.load(file)