Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
agkavin
/
Avatar-Speech
like
0
Diffusers
ONNX
GGUF
conversational
Model card
Files
Files and versions
xet
Community
Deploy
Use this model
main
Avatar-Speech
/
backend
/
models
/
__init__.py
agkavin
Initial commit: speech_to_video project with models via LFS
249e06d
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
124 Bytes
# backend/models/__init__.py
from
.loader
import
ModelBundle, load_all_models
__all__ = [
"ModelBundle"
,
"load_all_models"
]