Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +9 -3
requirements.txt
CHANGED
@@ -1,5 +1,11 @@
|
|
1 |
-
opencv-python-headless<4.3
|
2 |
-
Pillow
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
gradio
|
|
|
4 |
torch
|
5 |
-
easyocr
|
|
|
1 |
+
#opencv-python-headless<4.3
|
2 |
+
#Pillow
|
3 |
+
#gradio
|
4 |
+
#torch
|
5 |
+
#easyocr
|
6 |
+
numpy==1.23.5
|
7 |
+
opencv-python==4.6.0.66
|
8 |
+
easyocr
|
9 |
gradio
|
10 |
+
pandas
|
11 |
torch
|
|