Spaces:
Sleeping
Sleeping
Hugo Flores Garcia
commited on
Commit
•
fafb928
1
Parent(s):
0277a0d
pyharp
Browse files
app.py
CHANGED
@@ -1,9 +1,11 @@
|
|
1 |
# huggingface space exclusive
|
2 |
import os
|
3 |
|
|
|
|
|
|
|
4 |
os.system('pip install cython')
|
5 |
os.system('pip install madmom')
|
6 |
-
os.system('pip install "pyharp@git+https://github.com/audacitorch/pyharp.git')
|
7 |
|
8 |
from pathlib import Path
|
9 |
from typing import Tuple
|
|
|
1 |
# huggingface space exclusive
|
2 |
import os
|
3 |
|
4 |
+
print("installing pyharp")
|
5 |
+
os.system('pip install "pyharp@git+https://github.com/audacitorch/pyharp.git')
|
6 |
+
print("installing madmom")
|
7 |
os.system('pip install cython')
|
8 |
os.system('pip install madmom')
|
|
|
9 |
|
10 |
from pathlib import Path
|
11 |
from typing import Tuple
|