Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -4
requirements.txt
CHANGED
@@ -1,10 +1,8 @@
|
|
1 |
-
|
|
|
2 |
numpy>=1.21.0
|
3 |
scipy>=1.7.3
|
4 |
pytesseract
|
5 |
-
opencv-python
|
6 |
-
google-generativeai
|
7 |
-
# Web Application Framework
|
8 |
streamlit>=1.28.0
|
9 |
|
10 |
# Package Management
|
|
|
1 |
+
opencv-python
|
2 |
+
google-generativeai
|
3 |
numpy>=1.21.0
|
4 |
scipy>=1.7.3
|
5 |
pytesseract
|
|
|
|
|
|
|
6 |
streamlit>=1.28.0
|
7 |
|
8 |
# Package Management
|