helloWorld199 commited on
Commit
fe9a444
1 Parent(s): 6c4de84

Update src/my_utils.py

Browse files
Files changed (1) hide show
  1. src/my_utils.py +2 -0
src/my_utils.py CHANGED
@@ -1,5 +1,7 @@
1
  import ffmpeg
2
  import numpy as np
 
 
3
 
4
 
5
  def load_audio(file, sr):
 
1
  import ffmpeg
2
  import numpy as np
3
+ import os
4
+
5
 
6
 
7
  def load_audio(file, sr):