Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -17,8 +17,8 @@ UPLOAD_FOLDER = "uploads/"
|
|
17 |
DATA_FOLDER = "data/"
|
18 |
|
19 |
# Define the model directory and label encoder directory
|
20 |
-
MODEL_DIR = r'
|
21 |
-
LABEL_ENOCDER_DIR = r'
|
22 |
|
23 |
# Global file names for outputs; these will be updated per prediction.
|
24 |
PRED_OUTPUT_FILE = "data/pred_output.csv"
|
|
|
17 |
DATA_FOLDER = "data/"
|
18 |
|
19 |
# Define the model directory and label encoder directory
|
20 |
+
MODEL_DIR = r'./Model'
|
21 |
+
LABEL_ENOCDER_DIR = r'./Label_encoders'
|
22 |
|
23 |
# Global file names for outputs; these will be updated per prediction.
|
24 |
PRED_OUTPUT_FILE = "data/pred_output.csv"
|