Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -9,7 +9,7 @@ from flask import Flask, request, jsonify # For creating the Flask API
|
|
| 9 |
SK_Sales_Forecast_api = Flask("SK_Sales_Backend")
|
| 10 |
|
| 11 |
# Load the trained machine learning model
|
| 12 |
-
model = joblib.load("
|
| 13 |
|
| 14 |
# Define a route for the home page (GET request)
|
| 15 |
@SK_Sales_Forecast_api.get('/')
|
|
|
|
| 9 |
SK_Sales_Forecast_api = Flask("SK_Sales_Backend")
|
| 10 |
|
| 11 |
# Load the trained machine learning model
|
| 12 |
+
model = joblib.load("SuperKart_Sales_Forecast_model_v1_0.joblib")
|
| 13 |
|
| 14 |
# Define a route for the home page (GET request)
|
| 15 |
@SK_Sales_Forecast_api.get('/')
|