WebashalarForML commited on
Commit
21b2af3
·
verified ·
1 Parent(s): 1a8482e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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'.\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"
 
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"