Add-Vishnu commited on
Commit
28f58f0
·
1 Parent(s): 93787bc

imported numpy

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -5,6 +5,7 @@ import shutil
5
  import os
6
  import librosa
7
  import time
 
8
 
9
 
10
  def resample_to_16k(audio, orig_sr):
 
5
  import os
6
  import librosa
7
  import time
8
+ import numpy as np
9
 
10
 
11
  def resample_to_16k(audio, orig_sr):