Update README.md
Browse files
README.md
CHANGED
|
@@ -11,7 +11,7 @@ If you haven't already, you can install the [Transformers.js](https://huggingfac
|
|
| 11 |
npm i @xenova/transformers
|
| 12 |
```
|
| 13 |
|
| 14 |
-
You can then use the model generate text like this:
|
| 15 |
|
| 16 |
```js
|
| 17 |
import { pipeline } from "@xenova/transformers";
|
|
|
|
| 11 |
npm i @xenova/transformers
|
| 12 |
```
|
| 13 |
|
| 14 |
+
You can then use the model to generate text like this:
|
| 15 |
|
| 16 |
```js
|
| 17 |
import { pipeline } from "@xenova/transformers";
|