jaifar530 commited on
Commit
6a24ad8
·
unverified ·
1 Parent(s): 41af9bf
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ if not os.path.isfile('RandomForestClassifier.joblib'):
47
 
48
 
49
  # Load the model from the file
50
- # clf_loaded = load('RandomForestClassifier.joblib')
51
 
52
  # # At this point, the pickle file should exist, either it was already there, or it has been downloaded and extracted.
53
  # with open('RandomForestClassifier.pkl', 'rb') as file:
 
47
 
48
 
49
  # Load the model from the file
50
+ clf_loaded = load('RandomForestClassifier.joblib')
51
 
52
  # # At this point, the pickle file should exist, either it was already there, or it has been downloaded and extracted.
53
  # with open('RandomForestClassifier.pkl', 'rb') as file: