nishithworld commited on
Commit
afbcdeb
·
verified ·
1 Parent(s): bf10d29

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -9,7 +9,6 @@ from flask import Flask, request, jsonify # For creating the Flask API
9
  product_store_sales_predictor_api = Flask("SuperKart Product Store Sales Predictor")
10
 
11
  # Load the trained machine learning model
12
- #model = joblib.load("/content/drive/MyDrive/deployment_files/superkart_sales_prediction_model_v1_0.joblib")
13
  model = joblib.load("superkart_sales_prediction_model_v1_0.joblib")
14
 
15
  # Define a route for the home page (GET request)
 
9
  product_store_sales_predictor_api = Flask("SuperKart Product Store Sales Predictor")
10
 
11
  # Load the trained machine learning model
 
12
  model = joblib.load("superkart_sales_prediction_model_v1_0.joblib")
13
 
14
  # Define a route for the home page (GET request)