Update README.md
Browse files
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 |
|