rmdhirr commited on
Commit
502ce25
1 Parent(s): 981e927

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ def preprocess_html(html):
44
  return ' '.join(tokens)
45
 
46
  # Load trained model
47
- model = keras.models.load_model('/content/drive/MyDrive/fix_phishing_detection_model.keras')
48
 
49
  # Define maximum length and number of words
50
  max_url_length = 180
 
44
  return ' '.join(tokens)
45
 
46
  # Load trained model
47
+ model = keras.models.load_model('new_phishing_detection_model.keras')
48
 
49
  # Define maximum length and number of words
50
  max_url_length = 180