HRVC / src /ultimate_rvc /web /__init__.py
SpyC0der77's picture
Upload folder using huggingface_hub
1a942eb verified
raw
history blame contribute delete
204 Bytes
"""
Web package for the Ultimate RVC project.
This package contains modules which define the web application of the
Ultimate RVC project.
"""
from ultimate_rvc.core.main import initialize
initialize()