docker_images/open_clip/app/pipelines/__init__.py (4 lines of code) (raw):

from app.pipelines.base import Pipeline, PipelineException # isort:skip from app.pipelines.zero_shot_image_classification import ( ZeroShotImageClassificationPipeline, )