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

Update model version in PhishingDetectionPipeline to 1

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=3, # 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=1, # Use latest version
46
  urlscan_api_key=urlscan_api_key
47
  )
48