kkhushisaid commited on
Commit
88c3f93
·
verified ·
1 Parent(s): 773877c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ from sklearn.preprocessing import LabelEncoder
6
 
7
  # Load the pickled model
8
  def load_model():
9
- return pickle.load(open('Online_payment_fraud_detection_randomforest.pkl', 'rb'))
10
 
11
  # Load the LabelEncoder
12
  def load_label_encoder():
 
6
 
7
  # Load the pickled model
8
  def load_model():
9
+ return pickle.load(open('online_payment_fraud_detection_randomforest.pkl', 'rb'))
10
 
11
  # Load the LabelEncoder
12
  def load_label_encoder():