Spaces:
Paused
Paused
Update requirements.txt
Browse files- requirements.txt +2 -4
requirements.txt
CHANGED
|
@@ -9,6 +9,7 @@ numpy>=1.21.0
|
|
| 9 |
# UI
|
| 10 |
gradio>=4.15.0
|
| 11 |
requests>=2.31.0
|
|
|
|
| 12 |
|
| 13 |
# OCR & Image Processing
|
| 14 |
pytesseract>=0.3.10
|
|
@@ -19,7 +20,4 @@ sacremoses>=0.0.53
|
|
| 19 |
|
| 20 |
# Translation & Tokenization
|
| 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
|
|
|
|
| 9 |
# UI
|
| 10 |
gradio>=4.15.0
|
| 11 |
requests>=2.31.0
|
| 12 |
+
gradio_client>=0.8.1
|
| 13 |
|
| 14 |
# OCR & Image Processing
|
| 15 |
pytesseract>=0.3.10
|
|
|
|
| 20 |
|
| 21 |
# Translation & Tokenization
|
| 22 |
accelerate>=0.27.0
|
| 23 |
+
safetensors>=0.3.3
|
|
|
|
|
|
|
|
|