Update README.md
Browse files
README.md
CHANGED
@@ -12,7 +12,7 @@ If you haven't already, you can install the [Transformers.js](https://huggingfac
|
|
12 |
npm i @huggingface/transformers
|
13 |
```
|
14 |
|
15 |
-
**Example:** Image captioning with `onnx-community/paligemma2-3b-
|
16 |
```js
|
17 |
import { AutoProcessor, PaliGemmaForConditionalGeneration, load_image } from '@huggingface/transformers';
|
18 |
|
|
|
12 |
npm i @huggingface/transformers
|
13 |
```
|
14 |
|
15 |
+
**Example:** Image captioning with `onnx-community/paligemma2-3b-pt-224`.
|
16 |
```js
|
17 |
import { AutoProcessor, PaliGemmaForConditionalGeneration, load_image } from '@huggingface/transformers';
|
18 |
|