nlauchande commited on
Commit
f826441
·
verified ·
1 Parent(s): 76dd384

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ def home():
18
  def predict_single():
19
  # Get the JSON data from the request body
20
  product_data = request.get_json()
21
-
22
  # Extract relevant features from the JSON data
23
  sample = {
24
  'Product_Weight': product_data['Product_Weight'],
 
18
  def predict_single():
19
  # Get the JSON data from the request body
20
  product_data = request.get_json()
21
+
22
  # Extract relevant features from the JSON data
23
  sample = {
24
  'Product_Weight': product_data['Product_Weight'],