Update requirements.txt
Browse files- requirements.txt +9 -7
requirements.txt
CHANGED
@@ -1,13 +1,15 @@
|
|
1 |
-
gradio>=3.
|
2 |
huggingface_hub>=0.22.2
|
3 |
PyPDF2>=3.0.0
|
4 |
-
Pillow>=9.
|
5 |
-
opencv-python>=4.
|
6 |
pydub>=0.25.0
|
7 |
-
numpy>=1.21.0
|
8 |
langdetect>=1.0.9
|
9 |
rembg>=2.0.0
|
10 |
-
torch>=2.
|
11 |
torchvision>=0.15.0
|
12 |
-
|
13 |
-
requests>=2.31.0
|
|
|
|
|
|
1 |
+
gradio>=3.34
|
2 |
huggingface_hub>=0.22.2
|
3 |
PyPDF2>=3.0.0
|
4 |
+
Pillow>=9.5.0
|
5 |
+
opencv-python>=4.8.0
|
6 |
pydub>=0.25.0
|
7 |
+
numpy>=1.21.0,<2.1.0
|
8 |
langdetect>=1.0.9
|
9 |
rembg>=2.0.0
|
10 |
+
torch>=2.4.0
|
11 |
torchvision>=0.15.0
|
12 |
+
torchaudio>=2.4.0
|
13 |
+
requests>=2.31.0
|
14 |
+
transformers>=4.30.0
|
15 |
+
soundfile>=0.12.0
|