Hecheng0625 commited on
Commit
9a7b861
1 Parent(s): 18def1a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -27,7 +27,7 @@ git clone https://github.com/open-mmlab/Amphion.git
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
  from huggingface_hub import hf_hub_download
32
 
33
  fa_encoder = FACodecEncoder(
@@ -110,7 +110,7 @@ with torch.no_grad():
110
 
111
  FACodec can achieve zero-shot voice conversion with FACodecRedecoder
112
  ```python
113
- from Amphion.models.ns3_codec import FACodecRedecoder
114
 
115
  fa_redecoder = FACodecRedecoder()
116
 
 
27
 
28
  Few lines of code to use the pre-trained FACodec model
29
  ```python
30
+ from Amphion.models.codec.ns3_codec import FACodecEncoder, FACodecDecoder
31
  from huggingface_hub import hf_hub_download
32
 
33
  fa_encoder = FACodecEncoder(
 
110
 
111
  FACodec can achieve zero-shot voice conversion with FACodecRedecoder
112
  ```python
113
+ from Amphion.models.codec.ns3_codec import FACodecRedecoder
114
 
115
  fa_redecoder = FACodecRedecoder()
116