Spaces:
Runtime error
Runtime error
fix harp requirement (again)
#12
by
hugggof
- opened
- app.py +3 -0
- requirements.txt +1 -1
app.py
CHANGED
|
@@ -1,6 +1,9 @@
|
|
| 1 |
# huggingface space exclusive
|
| 2 |
import os
|
| 3 |
|
|
|
|
|
|
|
|
|
|
| 4 |
os.system('pip install cython')
|
| 5 |
os.system('pip install madmom')
|
| 6 |
|
|
|
|
| 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/[email protected]
|
| 9 |
-
|
| 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/[email protected]
|
| 9 |
+
-e git+https://github.com/audacitorch/pyharp.git#egg=pyharp
|
| 10 |
torch_pitch_shift
|