1
0
mirror of https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git synced 2026-06-05 01:10:22 +08:00

chore(format): run black on dev (#50)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-06-14 14:35:34 +09:00
committed by GitHub
parent e298fde29c
commit 83ce9a9903

View File

@@ -294,6 +294,7 @@ class RVC:
return self.get_f0(x, f0_up_key, 1, "fcpe")
if hasattr(self, "model_crepe") == False:
from rvc.f0 import CRePE
self.model_crepe = CRePE(
160,
self.f0_min,