tamarher commited on
Commit
03e8862
·
verified ·
1 Parent(s): 1292124

Sync model card

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -55,7 +55,7 @@ model = MossAudioTokenizerModel.from_path("mlx-int8")
55
  The tokenizer is loaded automatically when you run OpenMOSS generation scripts. You usually do not need to instantiate it directly.
56
 
57
  ```bash
58
- python scripts/generate_moss_local.py \
59
  --text "Hello from mlx-speech." \
60
  --output outputs/out.wav
61
  ```
 
55
  The tokenizer is loaded automatically when you run OpenMOSS generation scripts. You usually do not need to instantiate it directly.
56
 
57
  ```bash
58
+ python scripts/generate/moss_local.py \
59
  --text "Hello from mlx-speech." \
60
  --output outputs/out.wav
61
  ```