Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -3
requirements.txt
CHANGED
@@ -2,9 +2,13 @@ transformers
|
|
2 |
torch
|
3 |
datasets
|
4 |
torchaudio
|
5 |
-
gTTS
|
6 |
openai
|
7 |
-
gradio== 3.36.1
|
8 |
-
scipy
|
9 |
open_clip_torch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
pydantic
|
|
|
2 |
torch
|
3 |
datasets
|
4 |
torchaudio
|
|
|
5 |
openai
|
|
|
|
|
6 |
open_clip_torch
|
7 |
+
librosa
|
8 |
+
numpy
|
9 |
+
soundfile
|
10 |
+
samplerate
|
11 |
+
resampy
|
12 |
+
sentencepiece
|
13 |
+
gradio== 3.36.1
|
14 |
pydantic
|