Skip to content

Commit

Permalink
fix: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ex3ndr committed May 24, 2024
1 parent 38523d9 commit ba7b1d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion supervoice_enhance/wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

class SuperVoiceEnhance(torch.nn.Module):
def __init__(self, flow, vocoder):
super(SupervoiceEnhance, self).__init__()
super(SuperVoiceEnhance, self).__init__()
self.diffusion = EnhanceModel(flow, config)
self.vocoder = vocoder

Expand Down

0 comments on commit ba7b1d1

Please sign in to comment.