Spaces:
Runtime error
Runtime error
upd: pre-requirements
Browse files- .gitignore +1 -0
- pre-requirements.txt +3 -0
- requirements.txt +0 -2
.gitignore
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
.venv
|
pre-requirements.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch
|
| 2 |
+
transformers
|
| 3 |
+
datasets
|
requirements.txt
CHANGED
|
@@ -1,5 +1,3 @@
|
|
| 1 |
-
transformers
|
| 2 |
-
datasets
|
| 3 |
git+https://github.com/facebookresearch/detectron2.git
|
| 4 |
tesseract-ocr
|
| 5 |
pytesseract
|
|
|
|
|
|
|
|
|
|
| 1 |
git+https://github.com/facebookresearch/detectron2.git
|
| 2 |
tesseract-ocr
|
| 3 |
pytesseract
|