Update README.md
Browse files
README.md
CHANGED
|
@@ -40,7 +40,7 @@ from transformers import AutoConfig
|
|
| 40 |
|
| 41 |
from xcodec2.modeling_xcodec2 import XCodec2Model
|
| 42 |
|
| 43 |
-
model_path = "
|
| 44 |
|
| 45 |
model = XCodec2Model.from_pretrained(model_path)
|
| 46 |
model.eval().cuda()
|
|
|
|
| 40 |
|
| 41 |
from xcodec2.modeling_xcodec2 import XCodec2Model
|
| 42 |
|
| 43 |
+
model_path = "HKUSTAudio/xcodec2"
|
| 44 |
|
| 45 |
model = XCodec2Model.from_pretrained(model_path)
|
| 46 |
model.eval().cuda()
|