diff --git a/synthesis/synthesize.py b/synthesis/synthesize.py index d5d28ba..3b725a0 100644 --- a/synthesis/synthesize.py +++ b/synthesis/synthesize.py @@ -219,9 +219,7 @@ def synthesize( assert os.path.isfile(args.vocoder_model_path), "vocoder model not found" model = load_model(args.model_path) - vocoder_type = args.vocoder_type vocoder = Hifigan(args.vocoder_model_path, args.hifigan_config_path) - inflect_engine = inflect.engine() synthesize(