Spaces:
Sleeping
Sleeping
File size: 229 Bytes
45dfcaa | 1 2 3 4 5 6 7 8 9 10 | """
Inference pipeline for phishing detection.
This module provides inference capabilities for the trained phishing detection models.
"""
from .pipeline import PhishingDetectionPipeline
__all__ = ['PhishingDetectionPipeline']
|