Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio
|
| 2 |
+
torch
|
| 3 |
+
transformers
|
| 4 |
+
torchvision
|
| 5 |
+
paddleocr
|
| 6 |
+
paddlepaddle
|
| 7 |
+
Pillow
|
| 8 |
+
opencv-python
|
| 9 |
+
pdf2image
|
| 10 |
+
reportlab
|
| 11 |
+
numpy
|