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