Skip to content

Commit

Permalink
manifest.in update
Browse files Browse the repository at this point in the history
  • Loading branch information
erogol committed Jan 26, 2021
1 parent 82e0295 commit 877f0bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 2 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ recursive-include TTS *.json
recursive-include TTS *.html
recursive-include TTS *.png
recursive-include TTS *.md
recursive-include notebooks *.ipynb
recursive-include TTS *.py
recursive-include TTS *.pyx
recursive-include images *.png

4 changes: 0 additions & 4 deletions TTS/bin/synthesize.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,6 @@ def main():
config_path = None
vocoder_path = None
vocoder_config_path = None
model = None
vocoder_model = None
vocoder_config = None
vocoder_ap = None

# CASE1: list pre-trained TTS models
if args.list_models:
Expand Down

0 comments on commit 877f0bb

Please sign in to comment.