Update README.md
Browse files
README.md
CHANGED
@@ -27,7 +27,7 @@ git https://github.com/open-mmlab/Amphion.git
|
|
27 |
|
28 |
Few lines of code to use the pre-trained FACodec model
|
29 |
```python
|
30 |
-
from
|
31 |
|
32 |
fa_encoder = FACodecEncoder(
|
33 |
ngf=32,
|
|
|
27 |
|
28 |
Few lines of code to use the pre-trained FACodec model
|
29 |
```python
|
30 |
+
from Amphion.models.ns3_codec import FACodecEncoder, FACodecDecoder
|
31 |
|
32 |
fa_encoder = FACodecEncoder(
|
33 |
ngf=32,
|