Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch>=2.0.0
|
2 |
+
gradio>=3.36.0
|
3 |
+
numpy>=1.22.0
|
4 |
+
transformers>=4.30.0
|
5 |
+
librosa>=0.10.0
|
6 |
+
scipy>=1.10.0
|
7 |
+
gtts>=2.3.2
|
8 |
+
openai-whisper>=20230314
|
9 |
+
sentencepiece>=0.1.99
|
10 |
+
soundfile>=0.12.1
|