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

chore(format): run black on dev

This commit is contained in:
github-actions[bot]
2024-06-11 11:04:10 +00:00
parent 1d5d41b09c
commit 78beb4c8d4
4 changed files with 33 additions and 19 deletions

View File

@@ -224,6 +224,7 @@ class Predictor:
downsample_audio(path_vocal, opt_path_vocal, format)
downsample_audio(path_other, opt_path_other, format)
class MDXNetDereverb:
def __init__(self, chunks, device):
self.onnx = "assets/uvr5_weights/onnx_dereverb_By_FoxJoy"