Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +7 -6
requirements.txt
CHANGED
|
@@ -1,9 +1,10 @@
|
|
| 1 |
-
gradio
|
| 2 |
-
easyocr
|
| 3 |
-
torch>=2.0.0
|
| 4 |
-
Pillow>=9.5.0
|
| 5 |
-
numpy>=1.24.0
|
| 6 |
transformers>=4.30.0
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
python-docx
|
| 8 |
python-pptx
|
| 9 |
-
|
|
|
|
| 1 |
+
gradio==6.2.0
|
| 2 |
+
easyocr
|
|
|
|
|
|
|
|
|
|
| 3 |
transformers>=4.30.0
|
| 4 |
+
torch>=2.0.0
|
| 5 |
+
numpy
|
| 6 |
+
Pillow
|
| 7 |
+
sentencepiece
|
| 8 |
python-docx
|
| 9 |
python-pptx
|
| 10 |
+
opencv-python-headless
|