mirror of
https://github.com/aigc3d/LAM_Audio2Expression.git
synced 2026-02-04 17:39:24 +08:00
feat: Initial commit
This commit is contained in:
7
models/__init__.py
Normal file
7
models/__init__.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from .builder import build_model
|
||||
|
||||
from .default import DefaultEstimator
|
||||
|
||||
# Backbones
|
||||
from .network import Audio2Expression
|
||||
|
||||
Reference in New Issue
Block a user