mirror of
https://github.com/aigc3d/LAM_Audio2Expression.git
synced 2026-02-05 01:49:23 +08:00
8 lines
124 B
Python
8 lines
124 B
Python
from .builder import build_model
|
|
|
|
from .default import DefaultEstimator
|
|
|
|
# Backbones
|
|
from .network import Audio2Expression
|
|
|