OmniAICreator commited on
Commit
e2bc8a8
·
verified ·
1 Parent(s): 6ea3806

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ model = AutoModelForCausalLM.from_pretrained(
20
  )
21
  model.eval().cuda()
22
 
23
- xcodec2_model_id = "NandemoGHS/Anime-XCodec2-44.1kHz"
24
 
25
  ckpt_path = hf_hub_download(repo_id=xcodec2_model_id, filename="model.safetensors")
26
  ckpt = {}
 
20
  )
21
  model.eval().cuda()
22
 
23
+ xcodec2_model_id = "NandemoGHS/Anime-XCodec2-44.1kHz-v2"
24
 
25
  ckpt_path = hf_hub_download(repo_id=xcodec2_model_id, filename="model.safetensors")
26
  ckpt = {}