mirror of
https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git
synced 2026-06-09 04:29:50 +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 .harvest import Harvest
|
||||||
from .pm import PM
|
from .pm import PM
|
||||||
from .rmvpe import RMVPE
|
from .rmvpe import RMVPE
|
||||||
|
|
||||||
|
__all__ = ["F0Predictor", "CRePE", "Dio", "Harvest", "PM", "RMVPE"]
|
||||||
Reference in New Issue
Block a user