Spaces:
Running
on
Zero
Running
on
Zero
Serhiy Stetskovych
commited on
Commit
·
23c8216
1
Parent(s):
ac0cd0f
Add dependancies
Browse files- requirements.txt +5 -0
requirements.txt
CHANGED
@@ -1,5 +1,10 @@
|
|
1 |
SoundFile
|
2 |
librosa
|
|
|
|
|
|
|
|
|
|
|
3 |
torchaudio==2.2.0
|
4 |
torch==2.2.0
|
5 |
transformers
|
|
|
1 |
SoundFile
|
2 |
librosa
|
3 |
+
scipy
|
4 |
+
einops
|
5 |
+
einops_exts
|
6 |
+
munch
|
7 |
+
pyyaml
|
8 |
torchaudio==2.2.0
|
9 |
torch==2.2.0
|
10 |
transformers
|