Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +10 -7
requirements.txt
CHANGED
|
@@ -1,8 +1,11 @@
|
|
| 1 |
-
gradio>=4.0.0
|
| 2 |
-
transformers>=4.38.0
|
| 3 |
-
torch>=2.1.0
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
|
|
|
|
|
|
|
|
|
| 8 |
numpy
|
|
|
|
| 1 |
+
gradio>=4.0.0
|
| 2 |
+
transformers>=4.38.0
|
| 3 |
+
torch>=2.1.0
|
| 4 |
+
|
| 5 |
+
# Paddle + PaddleOCR compatible with HF Spaces
|
| 6 |
+
paddlepaddle==2.6.2
|
| 7 |
+
paddleocr==2.7.0.3
|
| 8 |
+
|
| 9 |
+
pdf2image
|
| 10 |
+
pillow
|
| 11 |
numpy
|