Skip to content

Commit e9ac065

Browse files
authored
Update modules.py
1 parent 043e2e9 commit e9ac065

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/modules.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def note_to_hz(note_name):
4949
except:
5050
return None
5151

52-
def load_hubert(config, hubert_path=None):
52+
def load_hubert(config):
5353
from fairseq import checkpoint_utils
5454

5555
hubert_path = "hubert_base.pt"

0 commit comments

Comments
 (0)