Skip to content

Commit fe5569b

Browse files
committed
v0.1.1
1 parent f7e713d commit fe5569b

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.1.0/hifigan_48k.pt",
2+
"hifigan-48k": "https://github.com/vtuber-plan/hifi-gan/releases/download/v0.1.1/hifigan_48k.pt",
33
}
44
import torch
55
from ..model.generators.generator import Generator

0 commit comments

Comments
 (0)