Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +16 -4
requirements.txt
CHANGED
@@ -1,11 +1,23 @@
|
|
1 |
openai-whisper
|
2 |
-
gradio
|
3 |
groq
|
4 |
deep-translator
|
5 |
diffusers
|
6 |
matplotlib
|
7 |
-
torch
|
8 |
huggingface_hub
|
9 |
-
transformers
|
10 |
accelerate
|
11 |
-
safetensors
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|