ZhengPeng7 commited on
Commit
5f9b83e
·
verified ·
1 Parent(s): 049b245

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -85,7 +85,7 @@ from models.birefnet import BiRefNet
85
  birefnet = BiRefNet.from_pretrained('ZhengPeng7/BiRefNet')
86
  ```
87
 
88
- #### Use codes from GitHub + weights from HuggingFace
89
  > Only use the weights and codes both locally.
90
 
91
  ```python
 
85
  birefnet = BiRefNet.from_pretrained('ZhengPeng7/BiRefNet')
86
  ```
87
 
88
+ #### Use codes from GitHub + weights from local space
89
  > Only use the weights and codes both locally.
90
 
91
  ```python