Spaces:
Running
Running
jaifar530
commited on
xxxx
Browse files
app.py
CHANGED
@@ -47,7 +47,7 @@ if not os.path.isfile('RandomForestClassifier.joblib'):
|
|
47 |
|
48 |
|
49 |
# Load the model from the file
|
50 |
-
|
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:
|