OriLib commited on
Commit
b416668
1 Parent(s): 3819229

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -89,9 +89,11 @@ For clarity, we provide our data distribution according to different categories,
89
  RMBG v1.4 is developed on the [IS-Net](https://github.com/xuebinqin/DIS) enhanced with our unique training scheme and proprietary dataset. These modifications significantly improve the model’s accuracy and effectiveness in diverse image-processing scenarios.
90
 
91
  ## installation
 
92
  git clone https://huggingface.co/briaai/RMBG-1.4
93
  cd RMBG-1.4/
94
  pip install -r requirements.txt
 
95
 
96
  ## Usage
97
 
 
89
  RMBG v1.4 is developed on the [IS-Net](https://github.com/xuebinqin/DIS) enhanced with our unique training scheme and proprietary dataset. These modifications significantly improve the model’s accuracy and effectiveness in diverse image-processing scenarios.
90
 
91
  ## installation
92
+ ```bash
93
  git clone https://huggingface.co/briaai/RMBG-1.4
94
  cd RMBG-1.4/
95
  pip install -r requirements.txt
96
+ ```
97
 
98
  ## Usage
99