diff --git a/pyproject.toml b/pyproject.toml index 4cbe9a1..790d2f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "rvc" -version = "0.2.0" -description = "" +version = "0.3.2" +description = "An easy-to-use Voice Conversion framework based on VITS." authors = ["Ftps "] readme = "README.md" @@ -9,9 +9,10 @@ readme = "README.md" github = "https://github.com/RVC-Project/Retrieval-based-Voice-Conversion" [tool.poetry.dependencies] -python = "3.11.2" +python = "^3.10" torch = "^2.1.0" -fairseq = {git = "https://github.com/Tps-F/fairseq.git", branch="main"} +fairseq = "^0.12.2" +# fairseq = {git = "https://github.com/Tps-F/fairseq.git", branch="main"} soundfile = "^0.12.1" librosa = "^0.10.1" praat-parselmouth = "^0.4.3" diff --git a/rvc/utils/api/endpoints/inference.py b/rvc/utils/api/endpoints/inference.py index 6ffae1a..a37e4cb 100644 --- a/rvc/utils/api/endpoints/inference.py +++ b/rvc/utils/api/endpoints/inference.py @@ -25,7 +25,6 @@ def inference( rms_mix_rate: float = 0.25, protect: float = 0.33, ): - print(protect) vc = VC() vc.get_vc(modelpath) tgt_sr, audio_opt, times, _ = vc.vc_single(