HKUST-Audio commited on
Commit
cabfe81
·
verified ·
1 Parent(s): 2950a5b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -40,7 +40,7 @@ from transformers import AutoConfig
40
 
41
  from xcodec2.modeling_xcodec2 import XCodec2Model
42
 
43
- model_path = "HKUST-Audio/xcodec2"
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()