RVC-Speakers / bark /__init__.py
glide-the
Add large files to Git LFS
04ffec9
raw
history blame
No virus
167 Bytes
from speakers.common.registry import registry
import os
root_dir = os.path.dirname(os.path.abspath(__file__))
registry.register_path("bark_library_root", root_dir)