Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
TMElyralab/MuseTalk
anhhayghen
/
dopgiongnoi
like
1
Running
App
Files
Files
Community
4fc5577
dopgiongnoi
/
musetalk
/
utils
/
__init__.py
czk32611
Upload 68 files
cdee5b8
verified
7 months 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'
)