Skip to content

Commit

Permalink
Update inference.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenye234 authored Nov 20, 2023
1 parent d123f68 commit c7b8e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@



print('Initializing Grad-TTS...')
print('Initializing...')

if params.teacher:
generator = Comospeech(len(symbols)+1, params.n_spks, params.spk_emb_dim,
Expand Down

0 comments on commit c7b8e3b

Please sign in to comment.