Update README.md
Browse files
README.md
CHANGED
|
@@ -12,7 +12,7 @@ https://huggingface.co/nielsr/slimsam-50-uniform with ONNX weights to be compati
|
|
| 12 |
|
| 13 |
If you haven't already, you can install the [Transformers.js](https://huggingface.co/docs/transformers.js) JavaScript library from [NPM](https://www.npmjs.com/package/@huggingface/transformers) using:
|
| 14 |
```bash
|
| 15 |
-
npm i @
|
| 16 |
```
|
| 17 |
|
| 18 |
**Example:** Perform mask generation with `Xenova/slimsam-50-uniform`.
|
|
|
|
| 12 |
|
| 13 |
If you haven't already, you can install the [Transformers.js](https://huggingface.co/docs/transformers.js) JavaScript library from [NPM](https://www.npmjs.com/package/@huggingface/transformers) using:
|
| 14 |
```bash
|
| 15 |
+
npm i @huggingface/transformers
|
| 16 |
```
|
| 17 |
|
| 18 |
**Example:** Perform mask generation with `Xenova/slimsam-50-uniform`.
|