Replies: 1 comment 1 reply
-
why arent things im putting in < > showing up |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have do-tts.py working.
When I try the read.py I get errors.
I've tried multiple variations of the prompt
python tortoise/read.py --textfile --voice=
Gives me syntax error
python tortoise/read.py --textfile <trump.txt> --voice= (with a text file named trump.txt in /data)
directory error
python tortoise/read.py --textfile trump.txt --voice trump
python tortoise/read.py --textfile "the virus is from china" --voice=
python tortoise/read.py --textfile "the virus is from china" --voice trump
I can't figure it out. Can someone give me an example of EXACTLY how to write this prompt?
Beta Was this translation helpful? Give feedback.
All reactions