Spaces:
Runtime error
Runtime error
Hugo Flores Garcia
commited on
Commit
·
0277a0d
1
Parent(s):
d628f77
forcefully install pyharp
Browse files
app.py
CHANGED
@@ -3,6 +3,7 @@ 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
|
|
|
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
|