Spaces:
Sleeping
Sleeping
cwitkowitz
commited on
Commit
•
3e9e9bc
1
Parent(s):
883013e
Fixed pyharp import.
Browse files- .gitignore +1 -0
- requirements.txt +1 -1
.gitignore
CHANGED
@@ -1,3 +1,4 @@
|
|
1 |
*__pycache__
|
2 |
_outputs
|
3 |
.idea
|
|
|
|
1 |
*__pycache__
|
2 |
_outputs
|
3 |
.idea
|
4 |
+
src
|
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
git+https://github.com/audacitorch/pyharp.git#egg=pyharp
|
2 |
#git+https://github.com/sony/timbre-trap@main
|
3 |
torchaudio
|
4 |
torch
|
|
|
1 |
+
-e git+https://github.com/audacitorch/pyharp.git#egg=pyharp
|
2 |
#git+https://github.com/sony/timbre-trap@main
|
3 |
torchaudio
|
4 |
torch
|