ZhenYe234 commited on
Commit
ca93441
·
verified ·
1 Parent(s): 1fe189d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -61,7 +61,7 @@ model.to('cuda')
61
 
62
  from xcodec2.modeling_xcodec2 import XCodec2Model
63
 
64
- model_path = "HKUST-Audio/xcodec2"
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()