Skip to content

Commit ffb341e

Browse files
authored
Update run_denoiser.py
1 parent a43065d commit ffb341e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/run_denoiser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
def main():
55
# Download the model file
6-
download_cmd = "huggingface-cli download KimberleyJSN/melbandroformer --local-dir "./Automatic-Audio-Dataset-Maker/tools/denoiser/Mel-Band-Roformer-Vocal-Model/models/mel_band_roformer"
6+
download_cmd = "huggingface-cli download KimberleyJSN/melbandroformer --local-dir ./Automatic-Audio-Dataset-Maker/tools/denoiser/Mel-Band-Roformer-Vocal-Model/models/mel_band_roformer
77
subprocess.run(download_cmd, shell=True, check=True)
88

99
# Rename downloaded file to expected name

0 commit comments

Comments
 (0)