shreyask commited on
Commit
58f5c14
·
verified ·
1 Parent(s): c3f7873

docs: update self-references to mlx-community after transfer

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -75,7 +75,7 @@ import soundfile as sf
75
  import mlx.core as mx
76
  from mlx_audio.tts.utils import load_model
77
 
78
- model = load_model("shreyask/svara-tts-v1")
79
 
80
  chunks = []
81
  for result in model.generate(
@@ -97,7 +97,7 @@ sf.write("hello_hi.wav", np.asarray(audio), model.sample_rate) # 24 kHz
97
 
98
  ```bash
99
  mlx_audio.tts.generate \
100
- --model shreyask/svara-tts-v1 \
101
  --text "नमस्ते, आप कैसे हैं?" \
102
  --voice "Hindi (Female)" \
103
  --temperature 0.75 \
 
75
  import mlx.core as mx
76
  from mlx_audio.tts.utils import load_model
77
 
78
+ model = load_model("mlx-community/svara-tts-v1")
79
 
80
  chunks = []
81
  for result in model.generate(
 
97
 
98
  ```bash
99
  mlx_audio.tts.generate \
100
+ --model mlx-community/svara-tts-v1 \
101
  --text "नमस्ते, आप कैसे हैं?" \
102
  --voice "Hindi (Female)" \
103
  --temperature 0.75 \