mirror of
https://github.com/wassname/TTS.git
synced 2026-09-09 11:16:00 +08:00
fix server.py vocoder call
This commit is contained in:
+1
-1
@@ -52,7 +52,7 @@ if not args.tts_config and os.path.isfile(tts_config_file):
|
||||
args.tts_config = tts_config_file
|
||||
|
||||
if not args.vocoder_checkpoint and os.path.isfile(vocoder_checkpoint_file):
|
||||
args.vocoder_file = vocoder_checkpoint_file
|
||||
args.vocoder_checkpoint = vocoder_checkpoint_file
|
||||
if not args.vocoder_config and os.path.isfile(vocoder_config_file):
|
||||
args.vocoder_config = vocoder_config_file
|
||||
|
||||
|
||||
Reference in New Issue
Block a user