Spaces:
Runtime error
Runtime error
Upload requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio==4.25.0
|
2 |
+
torch==2.2.1
|
3 |
+
torchvision==0.17.1
|
4 |
+
opencv-python==4.7.0.72
|
5 |
+
pytesseract==0.3.10
|
6 |
+
numpy==1.26.4
|