Spaces:
Running
on
Zero
Running
on
Zero
soujanyaporia
commited on
Commit
•
07cb5c0
1
Parent(s):
dc65a09
Update requirements.txt
Browse files- requirements.txt +10 -7
requirements.txt
CHANGED
@@ -1,12 +1,13 @@
|
|
1 |
-
torch==
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
|
|
6 |
datasets==2.1.0
|
7 |
einops==0.6.1
|
8 |
h5py==3.8.0
|
9 |
-
huggingface_hub==0.
|
10 |
importlib_metadata==6.3.0
|
11 |
librosa==0.9.2
|
12 |
matplotlib==3.5.2
|
@@ -17,6 +18,8 @@ pandas==1.4.1
|
|
17 |
progressbar33==2.4
|
18 |
protobuf==3.20.*
|
19 |
resampy==0.4.2
|
|
|
|
|
20 |
scikit_image==0.19.3
|
21 |
scikit_learn==1.2.2
|
22 |
scipy==1.8.0
|
@@ -26,5 +29,5 @@ torchlibrosa==0.1.0
|
|
26 |
tqdm==4.63.1
|
27 |
wandb==0.12.14
|
28 |
ipython==8.12.0
|
29 |
-
gradio==3.
|
30 |
wavio==0.0.7
|
|
|
1 |
+
torch==2.0.1
|
2 |
+
spaces==0.26.0
|
3 |
+
torchaudio==2.0.2
|
4 |
+
torchvision==0.15.2
|
5 |
+
transformers==4.31.0
|
6 |
+
accelerate==0.21.0
|
7 |
datasets==2.1.0
|
8 |
einops==0.6.1
|
9 |
h5py==3.8.0
|
10 |
+
huggingface_hub==0.19.4
|
11 |
importlib_metadata==6.3.0
|
12 |
librosa==0.9.2
|
13 |
matplotlib==3.5.2
|
|
|
18 |
progressbar33==2.4
|
19 |
protobuf==3.20.*
|
20 |
resampy==0.4.2
|
21 |
+
safetensors==0.3.2
|
22 |
+
sentencepiece==0.1.99
|
23 |
scikit_image==0.19.3
|
24 |
scikit_learn==1.2.2
|
25 |
scipy==1.8.0
|
|
|
29 |
tqdm==4.63.1
|
30 |
wandb==0.12.14
|
31 |
ipython==8.12.0
|
32 |
+
gradio==4.3.0
|
33 |
wavio==0.0.7
|