Spaces:
Configuration error
Configuration error
| # -*- coding: utf-8 -*- | |
| # @Author : wenshao | |
| # @Email : [email protected] | |
| # @Project : FasterLivePortrait | |
| # @FileName: __init__.py.py | |
| from .warping_spade_model import WarpingSpadeModel | |
| from .motion_extractor_model import MotionExtractorModel | |
| from .appearance_feature_extractor_model import AppearanceFeatureExtractorModel | |
| from .landmark_model import LandmarkModel | |
| from .face_analysis_model import FaceAnalysisModel | |
| from .stitching_model import StitchingModel | |
| from .mediapipe_face_model import MediaPipeFaceModel | |