mirror of
https://gitcode.com/gh_mirrors/eas/EasyFace.git
synced 2026-08-16 21:37:46 +00:00
9 lines
218 B
Python
9 lines
218 B
Python
# Copyright (c) Alibaba, Inc. and its affiliates.
|
|
from typing import TYPE_CHECKING
|
|
|
|
from modelscope.utils.import_utils import LazyImportModule
|
|
|
|
from . import cv
|
|
from .base import Pipeline
|
|
from .builder import pipeline
|