Are there additional instructions to download ljs Speech on Windows VSCode? #3978
Unanswered
RoakyWood
asked this question in
General Q&A
Replies: 1 comment
-
The double quotes get removed somehow, probably a Windows thing... Maybe escape them like this: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Up to this step.
Is there some additional file structure that needs to be created?
python -c 'from TTS.utils.downloaders import download_ljspeech; download_ljspeech("../recipes/ljspeech/");'
File "", line 1
from TTS.utils.downloaders import download_ljspeech; download_ljspeech(../recipes/ljspeech/);
^
SyntaxError: invalid syntax
Beta Was this translation helpful? Give feedback.
All reactions