SetuG commited on
Commit
662abfe
·
verified ·
1 Parent(s): d11e909

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -2
requirements.txt CHANGED
@@ -1,9 +1,10 @@
1
- gradio
2
  opencv-python-headless
 
3
  pytesseract
4
  pdf2image
5
  scikit-learn
6
- pillow
7
  numpy
 
8
 
9
 
 
1
+ gradio>=4.0.0
2
  opencv-python-headless
3
+ pillow
4
  pytesseract
5
  pdf2image
6
  scikit-learn
 
7
  numpy
8
+ sqlite3
9
 
10