Loonly / TFG /__init__.py
thepianist9's picture
Upload folder using huggingface_hub
8d0209c verified
raw
history blame contribute delete
229 Bytes
from .SadTalker import SadTalker
from .Wav2Lip import Wav2Lip
try:
from .ERNeRF import ERNeRF
except Exception as e:
print("ERNeRF导入失败,原因:", e)
print("使用ERNeRF前需要安装对应的环境")