tamarher commited on
Commit
5d00204
·
verified ·
1 Parent(s): 8b690ef

Sync model card

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