anikde commited on
Commit
8b95d8a
1 Parent(s): 85f0ffb

added pip package

Browse files
Files changed (2) hide show
  1. .gitignore +1 -1
  2. requirements.txt +1 -0
.gitignore CHANGED
@@ -171,6 +171,6 @@ test.png
171
  static/pics/IndicPhotoOCR.gif
172
  input_image.jpg
173
  output_image.png
174
-
175
 
176
 
 
171
  static/pics/IndicPhotoOCR.gif
172
  input_image.jpg
173
  output_image.png
174
+ flagged
175
 
176
 
requirements.txt CHANGED
@@ -41,4 +41,5 @@ openai-clip==1.0.1
41
  lmdb==1.5.1
42
  torch==2.5.0
43
  torchvision==0.20.0
 
44
 
 
41
  lmdb==1.5.1
42
  torch==2.5.0
43
  torchvision==0.20.0
44
+ easydict==1.13
45