Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jstzwj committed Nov 17, 2022
1 parent f7e713d commit fe5569b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hifigan/hub/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CKPT_URLS = {
"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",
}
import torch
from ..model.generators.generator import Generator
Expand Down

0 comments on commit fe5569b

Please sign in to comment.