Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
TMElyralab
/
MuseTalk
like
74
Runtime error
App
Files
Files
Community
5
Fetching metadata from the HF Docker repository...
refs/pr/2
MuseTalk
/
musetalk
/
utils
/
__init__.py
czk32611
Upload 68 files
cdee5b8
verified
about 2 years ago
raw
Copy download link
history
blame
Safe
160 Bytes
import
sys
from
os.path
import
abspath, dirname
current_dir = dirname(abspath(__file__))
parent_dir = dirname(current_dir)
sys.path.append(parent_dir+
'/utils'
)