Hugo Flores Garcia commited on
Commit
bcc1c92
1 Parent(s): 75e8859

madmom >:(

Browse files
Files changed (2) hide show
  1. app.py +6 -0
  2. requirements.txt +0 -1
app.py CHANGED
@@ -1,3 +1,9 @@
 
 
 
 
 
 
1
  from pathlib import Path
2
  from typing import Tuple
3
  import yaml
 
1
+ # huggingface space exclusive
2
+ import os
3
+
4
+ os.system('pip install cython')
5
+ os.system('pip install madmom')
6
+
7
  from pathlib import Path
8
  from typing import Tuple
9
  import yaml
requirements.txt CHANGED
@@ -7,4 +7,3 @@ wavebeat @ git+https://github.com/hugofloresgarcia/wavebeat
7
  lac @ git+https://github.com/hugofloresgarcia/lac.git
8
  descript-audiotools @ git+https://github.com/descriptinc/audiotools.git@0.7.2
9
  torch_pitch_shift
10
- madmom
 
7
  lac @ git+https://github.com/hugofloresgarcia/lac.git
8
  descript-audiotools @ git+https://github.com/descriptinc/audiotools.git@0.7.2
9
  torch_pitch_shift