Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -13,7 +13,7 @@ model = joblib.load("product_store_prediction_model_v1_0.joblib")
|
|
| 13 |
# Define a route for the home page
|
| 14 |
@app.get('/')
|
| 15 |
def home():
|
| 16 |
-
return "Welcome to the Product Store Sales Revenue Predictor API.!
|
| 17 |
|
| 18 |
# Single Prediction
|
| 19 |
# Define an endpoint to predict Sales revenue for a given Product in a store.
|
|
|
|
| 13 |
# Define a route for the home page
|
| 14 |
@app.get('/')
|
| 15 |
def home():
|
| 16 |
+
return "Welcome to the Product Store Sales Revenue Predictor API.!"
|
| 17 |
|
| 18 |
# Single Prediction
|
| 19 |
# Define an endpoint to predict Sales revenue for a given Product in a store.
|