not-lain commited on
Commit
93b0557
·
verified ·
1 Parent(s): 832a394

Push model using huggingface_hub.

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -23,12 +23,12 @@ pip install nobg
23
  use the AutoModel class
24
  ```python
25
  from nobg import AutoModel
26
- model = AutoModel.from_pretrained("nobg/FeyNoBg")
27
  ```
28
  or you can use the model class directly
29
  ```python
30
  from nobg import BiRefNet
31
- model = BiRefNet.from_pretrained("nobg/FeyNoBg")
32
  ```
33
 
34
 
 
23
  use the AutoModel class
24
  ```python
25
  from nobg import AutoModel
26
+ model = AutoModel.from_pretrained("nobg/FeyNobg")
27
  ```
28
  or you can use the model class directly
29
  ```python
30
  from nobg import BiRefNet
31
+ model = BiRefNet.from_pretrained("nobg/FeyNobg")
32
  ```
33
 
34