Spaces:
Sleeping
Sleeping
Update image filenames in app.py for confusion matrix and feature importance
Browse files
app.py
CHANGED
|
@@ -40,7 +40,7 @@ def initialize_app():
|
|
| 40 |
# Initialize pipeline
|
| 41 |
pipeline = PhishingDetectionPipeline(
|
| 42 |
model_name="phishing_detector",
|
| 43 |
-
model_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 |
|