Felguk commited on
Commit
55c4f0a
·
verified ·
1 Parent(s): d068893

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -7
requirements.txt CHANGED
@@ -1,13 +1,15 @@
1
- gradio>=3.0.0
2
  huggingface_hub>=0.22.2
3
  PyPDF2>=3.0.0
4
- Pillow>=9.0.0
5
- opencv-python>=4.5.0
6
  pydub>=0.25.0
7
- numpy>=1.21.0
8
  langdetect>=1.0.9
9
  rembg>=2.0.0
10
- torch>=2.0.0
11
  torchvision>=0.15.0
12
- onnxruntime>=1.15.0
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