Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
gensim
|
2 |
gradio_image_prompter
|
3 |
opencv_python
|
|
|
4 |
pytesseract
|
5 |
torch
|
6 |
torchvision
|
@@ -11,4 +12,4 @@ nltk
|
|
11 |
imutils
|
12 |
timm
|
13 |
peft
|
14 |
-
sentencepiece
|
|
|
1 |
gensim
|
2 |
gradio_image_prompter
|
3 |
opencv_python
|
4 |
+
tesseract-ocr
|
5 |
pytesseract
|
6 |
torch
|
7 |
torchvision
|
|
|
12 |
imutils
|
13 |
timm
|
14 |
peft
|
15 |
+
sentencepiece
|