Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleZhang1118 committed Oct 31, 2024
1 parent 84c542b commit 2e4621a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wesep/cli/extractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ def main():
model = load_model("bsrnn")
else:
model = load_model(args.language)
# model.set_wavform_norm(True)
else:
model = load_model_local(args.pretrain)
model.set_resample_rate(args.resample_rate)
Expand Down

0 comments on commit 2e4621a

Please sign in to comment.