Text-to-Speech
Safetensors
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -45,7 +45,7 @@ You can download all pretrained checkpoints from [HuggingFace](https://huggingfa
45
  from huggingface_hub import hf_hub_download
46
 
47
  # download semantic codec ckpt
48
- semantic_code_ckpt = hf_hub_download("amphion/MaskGCT" filename="semantic_codec/model.safetensors")
49
 
50
  # download acoustic codec ckpt
51
  codec_encoder_ckpt = hf_hub_download("amphion/MaskGCT", filename="acoustic_codec/model.safetensors")
 
45
  from huggingface_hub import hf_hub_download
46
 
47
  # download semantic codec ckpt
48
+ semantic_code_ckpt = hf_hub_download("amphion/MaskGCT", filename="semantic_codec/model.safetensors")
49
 
50
  # download acoustic codec ckpt
51
  codec_encoder_ckpt = hf_hub_download("amphion/MaskGCT", filename="acoustic_codec/model.safetensors")