Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
# ----------------------------
|
| 3 |
# Config / Model path
|
| 4 |
# ----------------------------
|
| 5 |
-
MODEL_PATH =
|
| 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
|