prince-canuma commited on
Commit
9a05ef0
·
verified ·
1 Parent(s): e9655c0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -39,5 +39,5 @@ pip install -U mlx-audio
39
  ```
40
 
41
  ```bash
42
- python -m mlx_audio.tts.generate --model mlx-community/Llama-OuteTTS-1.0-1B-4bit --max-tokens 100 --temperature 0.0 --text "Describe this image."
43
  ```
 
39
  ```
40
 
41
  ```bash
42
+ python -m mlx_audio.tts.generate --model mlx-community/Llama-OuteTTS-1.0-1B-4bit --text "Describe this image."
43
  ```