forked from mrq/DL-Art-School
ugh
This commit is contained in:
parent
e723137273
commit
4c678172d6
|
@ -114,7 +114,7 @@ class GptTts(nn.Module):
|
|||
|
||||
@register_model
|
||||
def register_gpt_tts(opt_net, opt):
|
||||
return GptTts(**opt_get(opt_net, ['kwargs'], {})
|
||||
return GptTts(**opt_get(opt_net, ['kwargs'], {}))
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
|
Loading…
Reference in New Issue
Block a user