1
0
mirror of https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git synced 2026-06-08 12:00:49 +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

@@ -184,6 +184,7 @@ class AudioPre:
opt_format_path = path[:-4] + ".%s" % format
downsample_audio(path, opt_format_path, format)
class AudioPreDeEcho:
def __init__(self, agg, model_path, device, is_half, tta=False):
self.model_path = model_path