We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7e713d commit fe5569bCopy full SHA for fe5569b
hifigan/hub/__init__.py
@@ -1,5 +1,5 @@
1
CKPT_URLS = {
2
- "hifigan-48k": "https://github.com/vtuber-plan/hifi-gan/releases/download/v0.1.0/hifigan_48k.pt",
+ "hifigan-48k": "https://github.com/vtuber-plan/hifi-gan/releases/download/v0.1.1/hifigan_48k.pt",
3
}
4
import torch
5
from ..model.generators.generator import Generator
0 commit comments