wuchendi commited on
Commit
fd4f18c
·
1 Parent(s): 22b45c9

docs(README): Update MODNet-related links and installation instructions

Browse files

- Added Spaces link
- Improved the formatting of Repository and SwanLab/MODNet links
- Changed NPM to PNPM in the installation instructions

Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -12,12 +12,13 @@ pipeline_tag: image-segmentation
12
 
13
  > Trimap-Free Portrait Matting in Real Time
14
 
15
- - Repository: <https://huggingface.co/wuchendi/MODNet>
16
- - SwanLab/MODNet: <https://swanlab.cn/@wudi/MODNet/overview>
 
17
 
18
  ### 📦 Usage with [Transformers.js](https://www.npmjs.com/package/@huggingface/transformers)
19
 
20
- First, install the `@huggingface/transformers` library from NPM:
21
 
22
  ```bash
23
  pnpm add @huggingface/transformers
 
12
 
13
  > Trimap-Free Portrait Matting in Real Time
14
 
15
+ - **Repository**: <https://huggingface.co/wuchendi/MODNet>
16
+ - **SwanLab/MODNet**: <https://swanlab.cn/@wudi/MODNet/overview>
17
+ - **Spaces**: <https://huggingface.co/spaces/wuchendi/MODNet>
18
 
19
  ### 📦 Usage with [Transformers.js](https://www.npmjs.com/package/@huggingface/transformers)
20
 
21
+ First, install the `@huggingface/transformers` library from PNPM:
22
 
23
  ```bash
24
  pnpm add @huggingface/transformers