File size: 146 Bytes
ff0e79e | 1 2 3 4 5 6 | """Inference module"""
from .pipeline import ForgeryDetectionPipeline, get_pipeline
__all__ = ['ForgeryDetectionPipeline', 'get_pipeline']
|
ff0e79e | 1 2 3 4 5 6 | """Inference module"""
from .pipeline import ForgeryDetectionPipeline, get_pipeline
__all__ = ['ForgeryDetectionPipeline', 'get_pipeline']
|