From 83ce9a99032134127f64304bd38fc3e8e8357a54 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 14 Jun 2024 14:35:34 +0900 Subject: [PATCH] chore(format): run black on dev (#50) Co-authored-by: github-actions[bot] --- infer/lib/rtrvc.py | 1 + 1 file changed, 1 insertion(+) diff --git a/infer/lib/rtrvc.py b/infer/lib/rtrvc.py index 3d5da85..10e2851 100644 --- a/infer/lib/rtrvc.py +++ b/infer/lib/rtrvc.py @@ -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,