Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +7 -8
requirements.txt
CHANGED
@@ -1,9 +1,8 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
|
|
4 |
torch
|
5 |
-
|
6 |
-
|
7 |
-
scipy
|
8 |
-
tokenizers
|
9 |
-
matplotlib
|
|
|
1 |
+
streamlit
|
2 |
+
Pillow
|
3 |
+
opencv-python-headless
|
4 |
+
numpy
|
5 |
+
pytesseract
|
6 |
torch
|
7 |
+
torchvision
|
8 |
+
transformers
|
|
|
|
|
|