Spaces:
Runtime error
Runtime error
Hugo Flores Garcia
commited on
Commit
·
e5be3f0
1
Parent(s):
fafb928
fix
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@
|
|
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')
|
|
|
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')
|