Hecheng0625 commited on
Commit
de506f9
1 Parent(s): 2794529

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 AmphionOpen.models.ns3_codec import FACodecEncoder, FACodecDecoder
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,