hans00 commited on
Commit
63736d4
·
verified ·
1 Parent(s): 83f485a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -14,7 +14,7 @@ import { pipeline } from '@xenova/transformers';
14
  import { phonemize } from 'phonemize';
15
 
16
  // Create a text-to-speech pipeline
17
- const pipe = await synthesizer('text-to-audio', 'BricksDisplay/vits-eng', { quantized: false });
18
  synthesizer(phonemize('hello world'))
19
  // {
20
  // audio: Float32Array(?) [ ... ],
 
14
  import { phonemize } from 'phonemize';
15
 
16
  // Create a text-to-speech pipeline
17
+ const synthesizer = await pipeline('text-to-audio', 'BricksDisplay/vits-eng', { quantized: false });
18
  synthesizer(phonemize('hello world'))
19
  // {
20
  // audio: Float32Array(?) [ ... ],