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