Update README.md
Browse files
README.md
CHANGED
|
@@ -75,7 +75,7 @@ const { text_embeds } = await text_model(text_inputs);
|
|
| 75 |
|
| 76 |
**Example:** Compute vision embeddings with `CLIPVisionModelWithProjection`.
|
| 77 |
```js
|
| 78 |
-
import { AutoProcessor, CLIPVisionModelWithProjection, RawImage} from '@xenova/transformers';
|
| 79 |
|
| 80 |
// Load processor and vision model
|
| 81 |
const processor = await AutoProcessor.from_pretrained('Xenova/clip-vit-base-patch16');
|
|
|
|
| 75 |
|
| 76 |
**Example:** Compute vision embeddings with `CLIPVisionModelWithProjection`.
|
| 77 |
```js
|
| 78 |
+
import { AutoProcessor, CLIPVisionModelWithProjection, RawImage } from '@xenova/transformers';
|
| 79 |
|
| 80 |
// Load processor and vision model
|
| 81 |
const processor = await AutoProcessor.from_pretrained('Xenova/clip-vit-base-patch16');
|