Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
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 = {}
|