Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +8 -12
requirements.txt
CHANGED
@@ -1,14 +1,10 @@
|
|
1 |
-
git+https://github.com/huggingface/transformers.git
|
2 |
-
gradio
|
3 |
-
torch
|
4 |
-
librosa
|
5 |
-
torchaudio
|
6 |
-
torchvision
|
7 |
transformers
|
8 |
-
|
9 |
-
tqdm
|
10 |
datasets
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
transformers
|
2 |
+
torch
|
|
|
3 |
datasets
|
4 |
+
torchaudio
|
5 |
+
gTTS
|
6 |
+
openai
|
7 |
+
gradio== 3.36.1
|
8 |
+
scipy
|
9 |
+
open_clip_torch
|
10 |
+
pydantic
|