You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
python tortoise/read.py --textfile <trump.txt> --voice= (with a text file named trump 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?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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=
python tortoise/read.py --textfile <trump.txt> --voice= (with a text file named trump in /data)
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