mirror of
https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git
synced 2026-06-05 09:10:25 +08:00
chore: declare usable classes in the rvc/f0 submodule (#52)
this way those modules can be used via `rvc.<MODULE_NAME>`
This commit is contained in:
@@ -5,3 +5,5 @@ from .dio import Dio
|
||||
from .harvest import Harvest
|
||||
from .pm import PM
|
||||
from .rmvpe import RMVPE
|
||||
|
||||
__all__ = ["F0Predictor", "CRePE", "Dio", "Harvest", "PM", "RMVPE"]
|
||||
Reference in New Issue
Block a user