Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -5,7 +5,8 @@ numpy
|
|
| 5 |
easyocr
|
| 6 |
opencv-python-headless
|
| 7 |
|
| 8 |
-
huggingface_hub
|
|
|
|
| 9 |
torch
|
| 10 |
transformers
|
| 11 |
qwen-vl-utils
|
|
|
|
| 5 |
easyocr
|
| 6 |
opencv-python-headless
|
| 7 |
|
| 8 |
+
huggingface_hub>=0.24.5
|
| 9 |
+
requests
|
| 10 |
torch
|
| 11 |
transformers
|
| 12 |
qwen-vl-utils
|