Spaces:
Sleeping
Sleeping
Hugo Flores Garcia
commited on
Commit
•
ee9f016
1
Parent(s):
e5be3f0
why is harp not pip installing -e?
Browse files- app.py +3 -3
- requirements.txt +1 -1
app.py
CHANGED
@@ -1,9 +1,9 @@
|
|
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 |
|
|
|
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 |
|
requirements.txt
CHANGED
@@ -6,5 +6,5 @@ loralib
|
|
6 |
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 |
-
pyharp @ git+https://github.com/audacitorch/pyharp.git
|
10 |
torch_pitch_shift
|
|
|
6 |
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 |
+
pyharp @ git+https://github.com/audacitorch/pyharp.git#egg=pyharp
|
10 |
torch_pitch_shift
|