SaiBon99 commited on
Commit
bbe7a31
·
1 Parent(s): 90679af

Update model version in PhishingDetectionPipeline to 5

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