Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio==4.25.0
|
| 2 |
+
transformers>=4.40.0
|
| 3 |
+
torch>=2.1.0
|
| 4 |
+
paddleocr==2.7.1.3
|
| 5 |
+
paddlepaddle-gpu>=2.6.0
|
| 6 |
+
opencv-python-headless
|
| 7 |
+
numpy
|
| 8 |
+
Pillow
|
| 9 |
+
huggingface_hub
|