ff0e79e
1
2
3
4
5
6
"""Inference module""" from .pipeline import ForgeryDetectionPipeline, get_pipeline __all__ = ['ForgeryDetectionPipeline', 'get_pipeline']