vitorcalvi commited on
Commit
9ef6f93
·
1 Parent(s): 459fd87
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -9,10 +9,6 @@ import warnings
9
 
10
  warnings.filterwarnings("ignore", category=UserWarning, module='librosa')
11
 
12
- # Disable librosa cache to avoid caching issues
13
- librosa.cache.clear()
14
- librosa.util.cache.disable()
15
-
16
  app = FastAPI()
17
 
18
  def extract_audio_features(audio_file_path):
 
9
 
10
  warnings.filterwarnings("ignore", category=UserWarning, module='librosa')
11
 
 
 
 
 
12
  app = FastAPI()
13
 
14
  def extract_audio_features(audio_file_path):