This commit is contained in:
James Betker 2021-08-06 22:10:18 -06:00
parent e723137273
commit 4c678172d6

View File

@ -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__':