Tanvir012 commited on
Commit
24337ba
·
verified ·
1 Parent(s): 7aa7b44

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +13 -15
requirements.txt CHANGED
@@ -1,15 +1,13 @@
1
- gradio==4.19.2
2
- transformers==4.36.2
3
- torch==2.1.0
4
- torchvision==0.16.0
5
- torchaudio==2.1.0
6
- pdf2image==1.16.3
7
- pytesseract==0.3.10
8
- python-docx==1.1.0
9
- PyPDF2==3.0.1
10
- Pillow==10.1.0
11
- easyocr==1.7.1
12
- sentencepiece==0.1.99
13
- accelerate==0.25.0
14
- groq==0.3.0
15
- numpy==1.24.3
 
1
+ gradio>=3.50.0
2
+ transformers>=4.36.0
3
+ torch>=2.1.0
4
+ pdf2image>=1.16.0
5
+ pytesseract>=0.3.10
6
+ python-docx>=1.1.0
7
+ PyPDF2>=3.0.0
8
+ Pillow>=10.0.0
9
+ easyocr>=1.7.0
10
+ sentencepiece>=0.1.99
11
+ accelerate>=0.25.0
12
+ groq>=0.3.0
13
+ numpy>=1.24.0