Skip to content

Commit 358154b

Browse files
authored
Update hifigan.py
1 parent c08f608 commit 358154b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vocoders/hifigan.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from vocoders.vocoder_utils import denoise
1515

1616

17-
def load_model(config_path, checkpoint_path):
17+
def load_model(config_path, file_path):
1818
device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
1919
ext = os.path.splitext(file_path)[-1]
2020
if ext == '.pth':

0 commit comments

Comments
 (0)