jarpan03 commited on
Commit
c41f3ef
·
verified ·
1 Parent(s): 39d455a

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ def predict_product_batch():
61
  result = input_data.to_dict(orient="records")
62
 
63
  return jsonify(result)
64
-
65
 
66
  # Run the Flask app in debug mode
67
  if __name__ == '__main__':
 
61
  result = input_data.to_dict(orient="records")
62
 
63
  return jsonify(result)
64
+
65
 
66
  # Run the Flask app in debug mode
67
  if __name__ == '__main__':