jasonppy/VoiceCraft

transformers necessary for tts_demo to work

Opened this issue · 0 comments

I finally got this working with Windows docker, but needed to run

pip install transformers -U

within my conda instance for a successful run of tts_demo.py. Any reason pip install transformers isn't included in the Dockerfile script?