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

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

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-06-10 21:38:19 +09:00
committed by GitHub
parent e33ef19200
commit fe7a2bf41a
3 changed files with 27 additions and 18 deletions

View File

@@ -212,7 +212,7 @@ class SynthesizerTrnMsNSFsid(nn.Module):
# n_res=return_length2
)
del x_mask, z
return o # , x_mask, (z, z_p, m_p, logs_p)
return o # , x_mask, (z, z_p, m_p, logs_p)
class SynthesizerTrnMs256NSFsid(SynthesizerTrnMsNSFsid):