HarishMaths commited on
Commit
2cef27b
·
verified ·
1 Parent(s): 5575414

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ from flask import Flask, request, jsonify # For creating the Flask API
9
  learn_api = Flask("ExtraaLearn")
10
 
11
  # Load the trained churn prediction model
12
- model = joblib.load("backend_files/learn_model.joblib")
13
 
14
  # Define a route for the home page
15
  @superkart_api.get('/')
 
9
  learn_api = Flask("ExtraaLearn")
10
 
11
  # Load the trained churn prediction model
12
+ model = joblib.load("learn_model.joblib")
13
 
14
  # Define a route for the home page
15
  @superkart_api.get('/')