Update README.md
Browse files
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 "
|
| 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 |
```
|