Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +24 -0
requirements.txt
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
openai-whisper
|
2 |
+
groq
|
3 |
+
deep-translator
|
4 |
+
diffusers
|
5 |
+
matplotlib
|
6 |
+
huggingface_hub
|
7 |
+
accelerate
|
8 |
+
safetensors
|
9 |
+
pip==24.2
|
10 |
+
setuptools>=42
|
11 |
+
numpy<2.0 # Ensure compatibility with other modules
|
12 |
+
httpx>=0.23.0,<0.24.0
|
13 |
+
httpcore>=0.15.0,<0.16.0
|
14 |
+
wheel>=0.38.1
|
15 |
+
requests
|
16 |
+
Pillow
|
17 |
+
joblib
|
18 |
+
indic-transliteration
|
19 |
+
transformers==4.30.0
|
20 |
+
torch==1.11.0
|
21 |
+
gradio==3.12.0
|
22 |
+
Cython>=0.29.33
|
23 |
+
scikit-learn==1.0.2
|
24 |
+
openai==0.28
|