jaketae commited on
Commit
0a9252f
1 Parent(s): 275a7b0

docs: correct model id

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -16,6 +16,6 @@ tags:
16
  ```python
17
  from transformers import AutoModel
18
 
19
- model = AutoModel.from_pretrained("jake/hifigan-lj-v1", trust_remote_code=True)
20
  ```
21
 
 
16
  ```python
17
  from transformers import AutoModel
18
 
19
+ model = AutoModel.from_pretrained("jaketae/hifigan-lj-v1", trust_remote_code=True)
20
  ```
21