Xenova HF staff commited on
Commit
8a554bd
·
verified ·
1 Parent(s): d6d2c8d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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:** Face segmentation with `onnx-community/maskformer-swin-tiny-coco`.
16
 
17
  ```js
18
  import { pipeline } from '@huggingface/transformers';
 
12
  npm i @huggingface/transformers
13
  ```
14
 
15
+ **Example:** Image segmentation with `onnx-community/maskformer-swin-tiny-coco`.
16
 
17
  ```js
18
  import { pipeline } from '@huggingface/transformers';