Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -70,7 +70,6 @@ def predict_Product_Sales():
|
|
| 70 |
|
| 71 |
|
| 72 |
# Define an endpoint for batch prediction (POST request)
|
| 73 |
-
|
| 74 |
@product_sales_predictor_api.post('/v1/batchsales')
|
| 75 |
def predict_sales_batch():
|
| 76 |
print(">>> Batch endpoint invoked!", flush=True)
|
|
|
|
| 70 |
|
| 71 |
|
| 72 |
# Define an endpoint for batch prediction (POST request)
|
|
|
|
| 73 |
@product_sales_predictor_api.post('/v1/batchsales')
|
| 74 |
def predict_sales_batch():
|
| 75 |
print(">>> Batch endpoint invoked!", flush=True)
|