From 157defc04f7e0b2089196a841c0a61e2a6dc04e4 Mon Sep 17 00:00:00 2001 From: BenAAndrew Date: Mon, 30 Aug 2021 16:30:41 +0100 Subject: [PATCH] Fix Synthesis CLI --- synthesis/synthesize.py | 2 -- 1 file changed, 2 deletions(-) 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(