Xenova HF staff commited on
Commit
480ff9a
1 Parent(s): 4bd3abd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -249,7 +249,7 @@ Coming soon ...
249
  ### Transformers.js
250
 
251
  ```js
252
- import { pipeline} from '@xenova/transformers';
253
 
254
  let transcriber = await pipeline('automatic-speech-recognition', 'distil-whisper/distil-large-v2');
255
 
 
249
  ### Transformers.js
250
 
251
  ```js
252
+ import { pipeline } from '@xenova/transformers';
253
 
254
  let transcriber = await pipeline('automatic-speech-recognition', 'distil-whisper/distil-large-v2');
255