Skip to content

Commit

Permalink
Fix Synthesis CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
BenAAndrew committed Aug 30, 2021
1 parent df6a889 commit 157defc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions synthesis/synthesize.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 157defc

Please sign in to comment.