Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +10 -6
requirements.txt
CHANGED
@@ -1,7 +1,11 @@
|
|
1 |
-
|
2 |
-
|
|
|
3 |
opencv-python
|
4 |
-
easyocr
|
5 |
-
numpy
|
6 |
-
transformers==4.
|
7 |
-
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
opencv-python-headless==4.10.0.84
|
3 |
+
streamlit==1.38.0
|
4 |
opencv-python
|
5 |
+
easyocr==1.7.2
|
6 |
+
numpy==2.1.1
|
7 |
+
transformers==4.45.1
|
8 |
+
tokenizers==0.20.0
|
9 |
+
pip==24.0
|
10 |
+
tiktoken==0.7.0
|
11 |
+
verovio==4.3.1
|