Hunagypsy commited on
Commit
930b6ee
·
verified ·
1 Parent(s): 316153b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -5,6 +5,9 @@ import os # Import os for debugging
5
 
6
  superkart_api = Flask(__name__)
7
 
 
 
 
8
  print("--- APP STARTUP: Flask app instance created ---")
9
 
10
  # Load the trained model
 
5
 
6
  superkart_api = Flask(__name__)
7
 
8
+ # Define MODEL_FILENAME inside the app.py string
9
+ MODEL_FILENAME = "tuned_gradient_boosting_regressor_model.joblib" # <-- ADD THIS LINE
10
+
11
  print("--- APP STARTUP: Flask app instance created ---")
12
 
13
  # Load the trained model