docs: correct model id
Browse files
README.md
CHANGED
@@ -16,6 +16,6 @@ tags:
|
|
16 |
```python
|
17 |
from transformers import AutoModel
|
18 |
|
19 |
-
model = AutoModel.from_pretrained("
|
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 |
|