Spaces:
Runtime error
Runtime error
Upload folder using huggingface_hub
Browse files- app.py +1 -1
- final_model_sales_prediction_v1_0_1.joblib +3 -0
app.py
CHANGED
|
@@ -6,7 +6,7 @@ import joblib
|
|
| 6 |
|
| 7 |
superKart_sales_prediction_api = Flask("SuperKart Sales Prediction")
|
| 8 |
|
| 9 |
-
saved_model = joblib.load("
|
| 10 |
|
| 11 |
@superKart_sales_prediction_api.get('/')
|
| 12 |
def home():
|
|
|
|
| 6 |
|
| 7 |
superKart_sales_prediction_api = Flask("SuperKart Sales Prediction")
|
| 8 |
|
| 9 |
+
saved_model = joblib.load("final_model_sales_prediction_v1_0_1.joblib")
|
| 10 |
|
| 11 |
@superKart_sales_prediction_api.get('/')
|
| 12 |
def home():
|
final_model_sales_prediction_v1_0_1.joblib
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:67fd432099dafd8aae8aafd62f8be7d1408b63352fb4f3b0cb75a67014aa74a9
|
| 3 |
+
size 1340451
|