Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -18
requirements.txt
CHANGED
|
@@ -1,18 +1,5 @@
|
|
| 1 |
-
gradio>=
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
requests
|
| 7 |
-
pymupdf
|
| 8 |
-
paddlepaddle
|
| 9 |
-
paddleocr
|
| 10 |
-
git+https://github.com/zai-org/GLM-OCR.git
|
| 11 |
-
transformers @ git+https://github.com/huggingface/transformers.git
|
| 12 |
-
torch
|
| 13 |
-
accelerate
|
| 14 |
-
pymupdf
|
| 15 |
-
pillow
|
| 16 |
-
torch
|
| 17 |
-
torchvision
|
| 18 |
-
huggingface_hub
|
|
|
|
| 1 |
+
gradio>=5.0.0
|
| 2 |
+
httpx>=0.27.0
|
| 3 |
+
PyYAML>=6.0.0
|
| 4 |
+
glmocr[selfhosted]>=0.1.5
|
| 5 |
+
vllm>=0.9.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|