Spaces:
Paused
Paused
Update requirements.txt
Browse files- requirements.txt +6 -3
requirements.txt
CHANGED
|
@@ -1,11 +1,14 @@
|
|
|
|
|
| 1 |
transformers>=4.36.0
|
| 2 |
torch>=2.0.0
|
| 3 |
-
gradio>=4.15.0
|
| 4 |
sentencepiece>=0.1.99
|
| 5 |
sentence-transformers>=2.2.2
|
| 6 |
scikit-learn>=1.1.3
|
| 7 |
numpy>=1.21.0
|
| 8 |
-
|
|
|
|
|
|
|
|
|
|
| 9 |
|
| 10 |
# OCR & Image Processing
|
| 11 |
pytesseract>=0.3.10
|
|
@@ -18,5 +21,5 @@ sacremoses>=0.0.53
|
|
| 18 |
accelerate>=0.27.0
|
| 19 |
safetensors>=0.3.3
|
| 20 |
|
| 21 |
-
# For LLaMA-Vision OCR
|
| 22 |
unsloth>=0.1.0
|
|
|
|
| 1 |
+
# Core ML & Transformers
|
| 2 |
transformers>=4.36.0
|
| 3 |
torch>=2.0.0
|
|
|
|
| 4 |
sentencepiece>=0.1.99
|
| 5 |
sentence-transformers>=2.2.2
|
| 6 |
scikit-learn>=1.1.3
|
| 7 |
numpy>=1.21.0
|
| 8 |
+
|
| 9 |
+
# UI
|
| 10 |
+
gradio>=4.15.0
|
| 11 |
+
requests>=2.31.0
|
| 12 |
|
| 13 |
# OCR & Image Processing
|
| 14 |
pytesseract>=0.3.10
|
|
|
|
| 21 |
accelerate>=0.27.0
|
| 22 |
safetensors>=0.3.3
|
| 23 |
|
| 24 |
+
# Optional: For LLaMA-Vision OCR (if used in other tabs)
|
| 25 |
unsloth>=0.1.0
|