Spaces:
Sleeping
Sleeping
mbabazif
commited on
Commit
•
daf472c
1
Parent(s):
8b1f759
app.py File
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import joblib
|
|
4 |
import os
|
5 |
|
6 |
# Load the model and encoder
|
7 |
-
SRC = os.path.abspath('
|
8 |
|
9 |
# Construct full file paths
|
10 |
pipeline_path = os.path.join(SRC, 'rfc_pipeline.joblib')
|
|
|
4 |
import os
|
5 |
|
6 |
# Load the model and encoder
|
7 |
+
SRC = os.path.abspath('./SRC')
|
8 |
|
9 |
# Construct full file paths
|
10 |
pipeline_path = os.path.join(SRC, 'rfc_pipeline.joblib')
|