Update README.md
Browse files
README.md
CHANGED
@@ -37,8 +37,6 @@ The trained weights can be downloaded directly from this repository or using pyt
|
|
37 |
```python
|
38 |
from huggingface_hub import hf_hub_download
|
39 |
|
40 |
-
# Finetuned Weights
|
41 |
-
|
42 |
# The filename "convnext_celeba_512" indicates that the model has a convnext bakcbone and trained
|
43 |
# on celeba dataset at 512 resolution.
|
44 |
hf_hub_download(repo_id="kartiknarayan/segface", filename="convnext_celeba_512/model_299.pt", local_dir="./weights")
|
|
|
37 |
```python
|
38 |
from huggingface_hub import hf_hub_download
|
39 |
|
|
|
|
|
40 |
# The filename "convnext_celeba_512" indicates that the model has a convnext bakcbone and trained
|
41 |
# on celeba dataset at 512 resolution.
|
42 |
hf_hub_download(repo_id="kartiknarayan/segface", filename="convnext_celeba_512/model_299.pt", local_dir="./weights")
|