HRVC / src /ultimate_rvc /cli /__init__.py
SpyC0der77's picture
Upload folder using huggingface_hub
1a942eb verified
raw
history blame contribute delete
148 Bytes
"""
Package which defines the command-line interface for the Ultimate RVC
project.
"""
from ultimate_rvc.core.main import initialize
initialize()