deepacsr commited on
Commit
9035afa
·
verified ·
1 Parent(s): 5638b5f

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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)