Automatic Speech Recognition
Transformers.js
ONNX
English
whisper
audio
Xenova HF Staff commited on
Commit
c1f7de0
·
verified ·
1 Parent(s): d10b142

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -44,5 +44,5 @@ const transcriber = await pipeline('automatic-speech-recognition', 'distil-whisp
44
 
45
  const url = 'https://huggingface.co/datasets/Xenova/transformers.js-docs/resolve/main/jfk.wav';
46
  const output = await transcriber(url);
47
- // { text: " And so, my fellow Americans, ask not what your country can do for you. Ask what you can do for your country." }
48
  ```
 
44
 
45
  const url = 'https://huggingface.co/datasets/Xenova/transformers.js-docs/resolve/main/jfk.wav';
46
  const output = await transcriber(url);
47
+ // { text: "And so, my fellow Americans, ask not what your country can do for you. Ask what you can do for your country." }
48
  ```