Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +7 -5
requirements.txt
CHANGED
@@ -2,13 +2,15 @@ gensim
|
|
2 |
gradio_image_prompter
|
3 |
opencv_python
|
4 |
pytesseract
|
5 |
-
torch
|
6 |
-
torchvision
|
7 |
xgboost
|
8 |
-
transformers
|
9 |
sentence_transformers
|
10 |
nltk
|
11 |
imutils
|
12 |
-
timm
|
13 |
peft
|
14 |
-
sentencepiece
|
|
|
|
|
|
2 |
gradio_image_prompter
|
3 |
opencv_python
|
4 |
pytesseract
|
5 |
+
torch==2.1.2
|
6 |
+
torchvision==0.16.2
|
7 |
xgboost
|
8 |
+
transformers==4.36.0
|
9 |
sentence_transformers
|
10 |
nltk
|
11 |
imutils
|
12 |
+
timm==0.9.10
|
13 |
peft
|
14 |
+
sentencepiece==0.1.99
|
15 |
+
pdf2image
|
16 |
+
gradio_pdf
|