Spaces:
Runtime error
Runtime error
fix: requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
git+https://github.com/huggingface/transformers.git
|
| 2 |
torch
|
| 3 |
datasets
|
| 4 |
-
|
| 5 |
tesseract-ocr
|
| 6 |
pytesseract
|
| 7 |
pyttsx3
|
|
|
|
| 1 |
git+https://github.com/huggingface/transformers.git
|
| 2 |
torch
|
| 3 |
datasets
|
| 4 |
+
git+https://github.com/facebookresearch/detectron2.git
|
| 5 |
tesseract-ocr
|
| 6 |
pytesseract
|
| 7 |
pyttsx3
|