leetuan023 commited on
Commit
53d654e
·
verified ·
1 Parent(s): 415cc05

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -4
requirements.txt CHANGED
@@ -1,6 +1,7 @@
1
- opencv-python
2
- pytesseract
3
- fuzzywuzzy
4
- python-Levenshtein
 
5
  numpy
6
  tesseract-ocr
 
1
+ gradio==4.44.0
2
+ opencv-python>=4.1,<5.0
3
+ pytesseract>=0.2.6
4
+ fuzzywuzzy>=0.17.0
5
+ python-Levenshtein>=0.12.0
6
  numpy
7
  tesseract-ocr