From 98afa484f1c69c603b78df21f9345628fef23973 Mon Sep 17 00:00:00 2001 From: James Betker Date: Mon, 2 May 2022 21:02:29 -0600 Subject: [PATCH] Update README and update to version 2.1 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 12f27d9..8aef3a0 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ pip install -r requirements.txt This script allows you to speak a single phrase with one or more voices. ```shell -python do_tts.py --text "I'm going to speak this" --voice random --preset fast +python tortoise/do_tts.py --text "I'm going to speak this" --voice random --preset fast ``` ### read.py @@ -55,7 +55,7 @@ python do_tts.py --text "I'm going to speak this" --voice random --preset fast This script provides tools for reading large amounts of text. ```shell -python read.py --textfile --voice random +python tortoise/read.py --textfile --voice random ``` This will break up the textfile into sentences, and then convert them to speech one at a time. It will output a series @@ -170,7 +170,7 @@ came from Tortoise. This classifier can be run on any computer, usage is as follows: ```commandline -python is_this_from_tortoise.py --clip= +python tortoise/is_this_from_tortoise.py --clip= ``` This model has 100% accuracy on the contents of the results/ and voices/ folders in this repo. Still, treat this classifier