Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
dmeck
/
RVC-Speakers
like
2
Running
App
Files
Files
Community
a5c8187
RVC-Speakers
/
vits
/
__init__.py
glide-the
Add large files to Git LFS
04ffec9
about 1 year ago
raw
Copy download link
history
blame
Safe
166 Bytes
from
speakers.common.registry
import
registry
import
os
root_dir = os.path.dirname(os.path.abspath(__file__))
registry.register_path(
"vits_library_root"
, root_dir)