зеркало из https://github.com/mozilla/TTS.git
manifest.in update
This commit is contained in:
Родитель
82e029529e
Коммит
877f0bbfba
|
@ -5,6 +5,7 @@ recursive-include TTS *.json
|
||||||
recursive-include TTS *.html
|
recursive-include TTS *.html
|
||||||
recursive-include TTS *.png
|
recursive-include TTS *.png
|
||||||
recursive-include TTS *.md
|
recursive-include TTS *.md
|
||||||
recursive-include notebooks *.ipynb
|
recursive-include TTS *.py
|
||||||
|
recursive-include TTS *.pyx
|
||||||
recursive-include images *.png
|
recursive-include images *.png
|
||||||
|
|
||||||
|
|
|
@ -150,10 +150,6 @@ def main():
|
||||||
config_path = None
|
config_path = None
|
||||||
vocoder_path = None
|
vocoder_path = None
|
||||||
vocoder_config_path = None
|
vocoder_config_path = None
|
||||||
model = None
|
|
||||||
vocoder_model = None
|
|
||||||
vocoder_config = None
|
|
||||||
vocoder_ap = None
|
|
||||||
|
|
||||||
# CASE1: list pre-trained TTS models
|
# CASE1: list pre-trained TTS models
|
||||||
if args.list_models:
|
if args.list_models:
|
||||||
|
|
Загрузка…
Ссылка в новой задаче