Infinity-1995 commited on
Commit
1fcad42
·
verified ·
1 Parent(s): cb1ca41

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -6
requirements.txt CHANGED
@@ -1,9 +1,10 @@
1
- gradio
2
- torch
3
- transformers
4
- pillow
5
- pytesseract
6
- pdf2image
 
7
 
8
 
9
 
 
1
+ torch>=2.0.0
2
+ transformers>=4.40.0
3
+ gradio>=3.43.0
4
+ pytesseract>=0.3.10
5
+ pdf2image>=1.16.3
6
+ Pillow>=10.0.0
7
+
8
 
9
 
10