prince-canuma commited on
Commit
b4eb9ea
·
verified ·
1 Parent(s): 43e4599

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -23,5 +23,5 @@ pip install -U mlx-audio
23
  ```
24
 
25
  ```bash
26
- python -m mlx_audio.tts.generate --model mlx-community/VibeVoice-Realtime-0.5B-4bit --text "Hello, this is VibeVoice real-time 0.5B model." --voice en-Emma_woman
27
  ```
 
23
  ```
24
 
25
  ```bash
26
+ python -m mlx_audio.tts.generate --model mlx-community/VibeVoice-Realtime-0.5B-5bit --text "Hello, this is VibeVoice real-time 0.5B model." --voice en-Emma_woman
27
  ```