Skip to content

Commit f7e713d

Browse files
committed
update model path of v0.1.0
1 parent 0908496 commit f7e713d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hifigan/hub/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CKPT_URLS = {
2-
"hifigan-48k": "https://github.com/vtuber-plan/hifi-gan/releases/download/v0.0.2/hifigan_48k.pt",
2+
"hifigan-48k": "https://github.com/vtuber-plan/hifi-gan/releases/download/v0.1.0/hifigan_48k.pt",
33
}
44
import torch
55
from ..model.generators.generator import Generator

0 commit comments

Comments
 (0)