1
0
mirror of synced 2024-11-27 17:00:54 +01:00

chore(format): run black on dev

This commit is contained in:
github-actions[bot] 2023-10-11 02:22:28 +00:00
parent 3cc778ba6a
commit 11b1cdded8

View File

@ -16,6 +16,7 @@ from infer.lib.infer_pack.commons import get_padding, init_weights
has_xpu = bool(hasattr(torch, "xpu") and torch.xpu.is_available())
class TextEncoder256(nn.Module):
def __init__(
self,
@ -1123,7 +1124,7 @@ class SynthesizerTrnMs768NSFsid_nono(nn.Module):
sr=None,
**kwargs
):
super(SynthesizerTrnMs768NSFsid_nono,self).__init__()
super(SynthesizerTrnMs768NSFsid_nono, self).__init__()
self.spec_channels = spec_channels
self.inter_channels = inter_channels
self.hidden_channels = hidden_channels