ZhengPeng7
commited on
Add pip installation in REAME.
Browse files
README.md
CHANGED
@@ -50,6 +50,11 @@ Visit our GitHub repo: [https://github.com/ZhengPeng7/BiRefNet](https://github.c
|
|
50 |
|
51 |
## How to use
|
52 |
|
|
|
|
|
|
|
|
|
|
|
53 |
### 1. Load BiRefNet:
|
54 |
|
55 |
#### Use codes + weights from HuggingFace
|
|
|
50 |
|
51 |
## How to use
|
52 |
|
53 |
+
### 0. Install Packages:
|
54 |
+
```
|
55 |
+
pip install -qr https://raw.githubusercontent.com/ZhengPeng7/BiRefNet/main/requirements.txt
|
56 |
+
```
|
57 |
+
|
58 |
### 1. Load BiRefNet:
|
59 |
|
60 |
#### Use codes + weights from HuggingFace
|