jackfroooot commited on
Commit
ea387e9
·
verified ·
1 Parent(s): 4b5dd37

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,4 +1,6 @@
1
 
 
 
2
  # Load the trained model
3
  def load_model():
4
  return joblib.load("backend_files/customer_prediction_model_v1_0.joblib")
 
1
 
2
+ import joblib
3
+
4
  # Load the trained model
5
  def load_model():
6
  return joblib.load("backend_files/customer_prediction_model_v1_0.joblib")