Spaces:
Sleeping
Sleeping
Hugo Flores Garcia
commited on
Commit
•
bcc1c92
1
Parent(s):
75e8859
madmom >:(
Browse files- app.py +6 -0
- 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/[email protected]
|
9 |
torch_pitch_shift
|
10 |
-
madmom
|
|
|
7 |
lac @ git+https://github.com/hugofloresgarcia/lac.git
|
8 |
descript-audiotools @ git+https://github.com/descriptinc/[email protected]
|
9 |
torch_pitch_shift
|
|