kartiknarayan commited on
Commit
4882636
1 Parent(s): 37a67d1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -39,7 +39,7 @@ The models can be downloaded directly from this repository or using python:
39
  ```python
40
  from huggingface_hub import hf_hub_download
41
 
42
- hf_hub_download(repo_id="kartiknarayan/facexformer", filename="facexformer/ckpts/model.pt", local_dir="./ckpts")
43
  ```
44
 
45
  Please check our [GitHub repository](https://github.com/Kartik-3004/facexformer) for complete inference instructions.
 
39
  ```python
40
  from huggingface_hub import hf_hub_download
41
 
42
+ hf_hub_download(repo_id="kartiknarayan/facexformer", filename="ckpts/model.pt", local_dir="./")
43
  ```
44
 
45
  Please check our [GitHub repository](https://github.com/Kartik-3004/facexformer) for complete inference instructions.