satyam007 commited on
Commit
cbe64e5
·
verified ·
1 Parent(s): 3cf7dad

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -6
requirements.txt CHANGED
@@ -1,8 +1,7 @@
1
- gradio==4.27.0
2
- #transformers==4.38.2
3
- transformers>=4.38.0
4
  torch==2.1.0
5
- opencv-python==4.6.0.66
6
- pytesseract==0.3.10
7
  pandas==2.0.1
8
- huggingface-hub>=0.19.3 # Updated to resolve conflict
 
 
 
1
+ gradio==3.0
2
+ transformers==4.30.0
 
3
  torch==2.1.0
 
 
4
  pandas==2.0.1
5
+ pytesseract==0.3.10
6
+ opencv-python==4.7.0.72
7
+ huggingface_hub==0.15.1