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

chore(format): run black on dev (#41)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-06-12 17:31:43 +09:00
committed by GitHub
parent 22715eab7c
commit 913040806c
2 changed files with 3 additions and 3 deletions

View File

@@ -45,7 +45,7 @@ class MelSpectrogram(torch.nn.Module):
hop_length=hop_length, hop_length=hop_length,
win_length=win_length, win_length=win_length,
window="hann", window="hann",
use_torch_stft="privateuseone" not in str(device) use_torch_stft="privateuseone" not in str(device),
).to(device) ).to(device)
def forward( def forward(