Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
thepianist9
/
lop
like
0
Runtime error
App
Files
Files
Community
5a256aa
lop
/
TFG
/
__init__.py
thepianist9
Upload folder using huggingface_hub
5a256aa
verified
3 months ago
raw
Copy download link
history
blame
Safe
229 Bytes
from
.SadTalker
import
SadTalker
from
.Wav2Lip
import
Wav2Lip
try
:
from
.ERNeRF
import
ERNeRF
except
Exception
as
e:
print
(
"ERNeRF导入失败,原因:"
, e)
print
(
"使用ERNeRF前需要安装对应的环境"
)