A commited on
Commit
aeafa70
·
verified ·
1 Parent(s): 24904e7

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import pandas as pd # For data manipulation
5
  from flask import Flask, request, jsonify # For creating the Flask API
6
 
7
  # Initialize the Flask application
8
- rental_price_predictor_api = Flask("SuperKart Product Store Sales Total Predictor")
9
 
10
  # Load the trained machine learning model
11
  model = joblib.load("superkart_product_store_sales_total_prediction_model_v1_0.joblib")
 
5
  from flask import Flask, request, jsonify # For creating the Flask API
6
 
7
  # Initialize the Flask application
8
+ superkart_product_store_sales_total_predictor_api = Flask("SuperKart Product Store Sales Total Predictor")
9
 
10
  # Load the trained machine learning model
11
  model = joblib.load("superkart_product_store_sales_total_prediction_model_v1_0.joblib")