Skip to content

Commit

Permalink
update model path of v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jstzwj committed Nov 16, 2022
1 parent 0908496 commit f7e713d
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.0.2/hifigan_48k.pt",
"hifigan-48k": "https://github.com/vtuber-plan/hifi-gan/releases/download/v0.1.0/hifigan_48k.pt",
}
import torch
from ..model.generators.generator import Generator
Expand Down

0 comments on commit f7e713d

Please sign in to comment.