Skip to content

Commit 0763d1e

Browse files
committed
fix inference
1 parent 27004f4 commit 0763d1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow_tts/inference/auto_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
[
3131
("fastspeech", FastSpeechConfig),
3232
("fastspeech2", FastSpeech2Config),
33-
("melgan_generator", MelGANGeneratorConfig),
3433
("multiband_melgan_generator", MultiBandMelGANGeneratorConfig),
34+
("melgan_generator", MelGANGeneratorConfig),
3535
("tacotron2", Tacotron2Config)
3636
]
3737
)

0 commit comments

Comments
 (0)