Update README.md
Browse files
README.md
CHANGED
|
@@ -12,7 +12,6 @@ npm i @huggingface/transformers
|
|
| 12 |
**Example:** Selfie segmentation with `onnx-community/mediapipe_selfie_segmentation`.
|
| 13 |
|
| 14 |
```js
|
| 15 |
-
|
| 16 |
import { AutoModel, AutoProcessor, RawImage } from '@huggingface/transformers';
|
| 17 |
|
| 18 |
// Load model and processor
|
|
|
|
| 12 |
**Example:** Selfie segmentation with `onnx-community/mediapipe_selfie_segmentation`.
|
| 13 |
|
| 14 |
```js
|
|
|
|
| 15 |
import { AutoModel, AutoProcessor, RawImage } from '@huggingface/transformers';
|
| 16 |
|
| 17 |
// Load model and processor
|