prince-canuma commited on
Commit
ae6a233
·
verified ·
1 Parent(s): 0054e5c

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-8bit --text "Describe this image."
27
  ```
 
23
  ```
24
 
25
  ```bash
26
+ python -m mlx_audio.tts.generate --model mlx-community/VibeVoice-Realtime-0.5B-8bit --text "Hello, this is VibeVoice real-time 0.5B model." --voice en-Emma_woman
27
  ```