sp1505 commited on
Commit
2fb289b
·
verified ·
1 Parent(s): c4b971d

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ from flask import Flask, request, jsonify
6
  app = Flask("Product Sales Predictor")
7
 
8
  # Load the trained product sales prediction model
9
- model = joblib.load("/app/product_sales_predictor_v1_0.joblib")
10
 
11
  # Define a route for the home page
12
  @app.get('/')
 
6
  app = Flask("Product Sales Predictor")
7
 
8
  # Load the trained product sales prediction model
9
+ model = joblib.load("product_sales_predictor_v1_0.joblib")
10
 
11
  # Define a route for the home page
12
  @app.get('/')