MLbySush commited on
Commit
371ed35
·
verified ·
1 Parent(s): e3dffa3

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@
2
  # ----------------------------
3
  # Config / Model path
4
  # ----------------------------
5
- MODEL_PATH = os.path.join("backend_files", "superKart_price_prediction_model_v1_0.joblib")
6
 
7
  # ----------------------------
8
  # Initialize app and load model
 
2
  # ----------------------------
3
  # Config / Model path
4
  # ----------------------------
5
+ MODEL_PATH ="superKart_price_prediction_model_v1_0.joblib"
6
 
7
  # ----------------------------
8
  # Initialize app and load model