Tharya commited on
Commit
b4a607c
·
verified ·
1 Parent(s): 85c3c49

Update test.py

Browse files
Files changed (1) hide show
  1. test.py +1 -1
test.py CHANGED
@@ -55,7 +55,7 @@ def normalize(arr: np.ndarray, eps: float = 1e-8) -> np.ndarray:
55
 
56
 
57
  if __name__ == '__main__':
58
- mp3_file = "/Users/chenjing22/Downloads/songs/See You Again.mp3"
59
  mel_spec = mel_spectrogram(load_audio(mp3_file, duration=21)) # (time, freq)
60
 
61
  # padding or truncating
 
55
 
56
 
57
  if __name__ == '__main__':
58
+ mp3_file = "~/Downloads/songs/See You Again.mp3"
59
  mel_spec = mel_spectrogram(load_audio(mp3_file, duration=21)) # (time, freq)
60
 
61
  # padding or truncating