Spaces:
Paused
Paused
File size: 392 Bytes
2d9b22b |
1 2 3 4 5 6 7 |
# The RMVPE model is from https://github.com/Dream-High/RMVPE
# Apache License 2.0: https://github.com/Dream-High/RMVPE/blob/main/LICENSE
# With modifications from https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI/blob/main/infer/lib/rmvpe.py
# MIT License: https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI/blob/main/LICENSE
from .model import RMVPE
|