Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
gradio==3.0
|
2 |
transformers==4.30.0
|
3 |
torch==2.1.0
|
4 |
-
pandas==
|
|
|
5 |
pytesseract==0.3.10
|
6 |
opencv-python==4.7.0.72
|
7 |
huggingface_hub==0.15.1
|
|
|
1 |
gradio==3.0
|
2 |
transformers==4.30.0
|
3 |
torch==2.1.0
|
4 |
+
pandas==1.5.3
|
5 |
+
numpy==1.24.0
|
6 |
pytesseract==0.3.10
|
7 |
opencv-python==4.7.0.72
|
8 |
huggingface_hub==0.15.1
|