Hussain033 commited on
Commit
2b66a48
1 Parent(s): e89a7c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,8 +1,8 @@
1
  import gradio as gr
2
- from featureExtractor import featureExtraction
3
  from pycaret.classification import load_model, predict_model
4
 
5
- model = load_model('phishingdetection')
6
 
7
 
8
  def predict(url):
 
1
  import gradio as gr
2
+ from phishing_url_detection.featureExtractor import featureExtraction
3
  from pycaret.classification import load_model, predict_model
4
 
5
+ model = load_model('models/phishingdetection')
6
 
7
 
8
  def predict(url):