From e9301d7a087645102f405bfa7c4a812120b25fee Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 28 Apr 2023 20:45:21 +0800 Subject: [PATCH] Format code (#195) Co-authored-by: github-actions[bot] --- vc_infer_pipeline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vc_infer_pipeline.py b/vc_infer_pipeline.py index 3f964c7..2b8e099 100644 --- a/vc_infer_pipeline.py +++ b/vc_infer_pipeline.py @@ -15,7 +15,7 @@ class VC(object): config.x_query, config.x_center, config.x_max, - config.is_half + config.is_half, ) self.sr = 16000 # hubert输入采样率 self.window = 160 # 每帧点数