prince-canuma commited on
Commit
fb994fc
·
verified ·
1 Parent(s): 44a48d5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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-bf16 --text "Hello world" --voice tara --temperature 0.6 --audio_format mp3```
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
  ```