Spaces:
Runtime error
Runtime error
my
commited on
Commit
·
cbac07f
1
Parent(s):
32ca76b
Add application file
Browse files- requirements.txt +4 -1
- 1_upload.sh +3 -0
requirements.txt
CHANGED
@@ -1,3 +1,6 @@
|
|
1 |
torch==1.13.1
|
2 |
torchvision==0.14.1
|
3 |
-
torchaudio==0.13.1
|
|
|
|
|
|
|
|
1 |
torch==1.13.1
|
2 |
torchvision==0.14.1
|
3 |
+
torchaudio==0.13.1
|
4 |
+
soundfile==0.12.1
|
5 |
+
librosa
|
6 |
+
resampy
|
1_upload.sh
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
git add .
|
2 |
+
git commit -m "Add application file"
|
3 |
+
git push
|