iamironman4279 commited on
Commit
77390a2
·
verified ·
1 Parent(s): 8d59fbe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import pickle
4
  app = Flask(__name__)
5
 
6
  # Load the pre-trained phishing detection model from the .pkl file
7
- with open('C:/Users/vtu24/Documents/phisning_dection/phisning/phisning/phishing (2).pkl', 'rb') as model_file:
8
  phishing_model = pickle.load(model_file)
9
 
10
  def is_phishing(url):
 
4
  app = Flask(__name__)
5
 
6
  # Load the pre-trained phishing detection model from the .pkl file
7
+ with open('phishing (2).pkl', 'rb') as model_file:
8
  phishing_model = pickle.load(model_file)
9
 
10
  def is_phishing(url):