chore: update description
This commit is contained in:
parent
3ca57b2412
commit
a5387b7849
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
# Simple TTTS
|
||||
|
||||
A simple text to speech powered by [kokoro](https://huggingface.co/hexgrad/Kokoro-82M).
|
||||
A simple text-to-speech program powered by [kokoro](https://huggingface.co/hexgrad/Kokoro-82M).
|
||||
|
||||
## Setup
|
||||
|
||||
|
@ -48,6 +48,7 @@ For XPUs, we need to set some environmental variables. I have added a `env.sh` s
|
|||
```bash
|
||||
$ . env.sh
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
To run the program it needs an input file. For example, using `input.txt`
|
||||
|
|
Loading…
Reference in a new issue