SaiBon99 commited on
Commit
d6c19c2
·
1 Parent(s): 2b4267e

Update image filenames in app.py for confusion matrix and feature importance

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ def initialize_app():
40
  # Initialize pipeline
41
  pipeline = PhishingDetectionPipeline(
42
  model_name="phishing_detector",
43
- model_version=None, # Use latest version
44
  urlscan_api_key=urlscan_api_key
45
  )
46
 
 
40
  # Initialize pipeline
41
  pipeline = PhishingDetectionPipeline(
42
  model_name="phishing_detector",
43
+ model_version=3, # Use latest version
44
  urlscan_api_key=urlscan_api_key
45
  )
46