Update README.md
Browse files
README.md
CHANGED
@@ -61,7 +61,7 @@ model.to('cuda')
|
|
61 |
|
62 |
from xcodec2.modeling_xcodec2 import XCodec2Model
|
63 |
|
64 |
-
model_path = "
|
65 |
|
66 |
Codec_model = XCodec2Model.from_pretrained(model_path)
|
67 |
Codec_model.eval().cuda()
|
|
|
61 |
|
62 |
from xcodec2.modeling_xcodec2 import XCodec2Model
|
63 |
|
64 |
+
model_path = "HKUSTAudio/xcodec2"
|
65 |
|
66 |
Codec_model = XCodec2Model.from_pretrained(model_path)
|
67 |
Codec_model.eval().cuda()
|