Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
united-avatars
/
linly
like
0
Sleeping
App
Files
Files
Community
275cf35
linly
/
TFG
/
__init__.py
David Victor
init
bc3753a
about 2 months ago
raw
Copy download link
history
blame
Safe
223 Bytes
from
.SadTalker
import
SadTalker
from
.Wav2Lip
import
Wav2Lip
try
:
from
.ERNeRF
import
ERNeRF
except
Exception
as
e:
print
(
"ERNeRF导入失败,原因:"
, e)
print
(
"使用ERNeRF前需要安装对应的环境"
)