Spaces:
Sleeping
Sleeping
Commit
·
e8cad36
1
Parent(s):
31385fe
Updated with OCR model and Gradio integration
Browse files- requirements.txt +4 -8
requirements.txt
CHANGED
@@ -1,8 +1,4 @@
|
|
1 |
-
transformers
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
pytesseract
|
6 |
-
Pillow
|
7 |
-
lmdeploy
|
8 |
-
huggingface_hub
|
|
|
1 |
+
transformers==4.31.0
|
2 |
+
gradio==3.28.3
|
3 |
+
torch>=1.9
|
4 |
+
Pillow==9.4.0
|
|
|
|
|
|
|
|