Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -59,7 +59,7 @@ def predict_sales():
|
|
| 59 |
|
| 60 |
|
| 61 |
# Define an endpoint for batch prediction (POST request)
|
| 62 |
-
sales_predictor_api = Flask("SuperKart Sales Predictor")
|
| 63 |
@sales_predictor_api.post('/v1/salesbatch')
|
| 64 |
def sales_price_batch():
|
| 65 |
"""
|
|
|
|
| 59 |
|
| 60 |
|
| 61 |
# Define an endpoint for batch prediction (POST request)
|
| 62 |
+
#sales_predictor_api = Flask("SuperKart Sales Predictor")
|
| 63 |
@sales_predictor_api.post('/v1/salesbatch')
|
| 64 |
def sales_price_batch():
|
| 65 |
"""
|