Update README.md
Browse files
README.md
CHANGED
@@ -22,6 +22,6 @@ pip install mlx-audio
|
|
22 |
```
|
23 |
|
24 |
```bash
|
25 |
-
python -m mlx_audio.tts.generate --model mlx-community/orpheus-3b-0.1-pretrained-
|
26 |
|
27 |
```
|
|
|
22 |
```
|
23 |
|
24 |
```bash
|
25 |
+
python -m mlx_audio.tts.generate --model mlx-community/orpheus-3b-0.1-pretrained-6bit --text "Hello world" --voice tara --temperature 0.6 --audio_format mp3```
|
26 |
|
27 |
```
|