Xenova HF staff commited on
Commit
7123c5a
1 Parent(s): 59e0328

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -23,7 +23,7 @@ const synthesizer = await pipeline('text-to-speech', 'Xenova/mms-tts-ara', {
23
  const output = await synthesizer('مرحبا');
24
  console.log(output);
25
  // {
26
- // audio: Float32Array(17152) [ ... ],
27
  // sampling_rate: 16000
28
  // }
29
  ```
 
23
  const output = await synthesizer('مرحبا');
24
  console.log(output);
25
  // {
26
+ // audio: Float32Array(23808) [ ... ],
27
  // sampling_rate: 16000
28
  // }
29
  ```