Skip to content

Commit 80b4723

Browse files
chore(format): run black on dev (#37)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f956b33 commit 80b4723

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tools/onnx/infer.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@
1313
wav_path = "123.wav" # 输入路径或ByteIO实例
1414
out_path = "out.wav" # 输出路径或ByteIO实例
1515

16-
model = RVC(
17-
model_path, vec_path=vec_path, hop_len=hop_size, device="cuda"
18-
)
16+
model = RVC(model_path, vec_path=vec_path, hop_len=hop_size, device="cuda")
1917

2018
wav, sr = librosa.load(wav_path, sr=sampling_rate)
2119

0 commit comments

Comments
 (0)