Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -11
requirements.txt
CHANGED
@@ -1,18 +1,12 @@
|
|
1 |
git+https://github.com/huggingface/transformers.git
|
2 |
accelerate
|
3 |
-
torch
|
4 |
-
torchaudio
|
5 |
-
torchvision
|
6 |
gdown
|
7 |
-
lightning==2.0.0
|
8 |
transformers
|
9 |
-
|
10 |
-
braceexpand==0.1.7
|
11 |
-
webdataset==0.2.48
|
12 |
-
soundfile==0.12.1
|
13 |
-
wget==3.2
|
14 |
-
h5py==3.8.0
|
15 |
gradio
|
16 |
-
torchlibrosa
|
17 |
gtts
|
18 |
IPython
|
|
|
1 |
git+https://github.com/huggingface/transformers.git
|
2 |
accelerate
|
3 |
+
torch=
|
4 |
+
torchaudio
|
5 |
+
torchvision
|
6 |
gdown
|
|
|
7 |
transformers
|
8 |
+
soundfile
|
|
|
|
|
|
|
|
|
|
|
9 |
gradio
|
10 |
+
torchlibrosa
|
11 |
gtts
|
12 |
IPython
|