Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +13 -3
requirements.txt
CHANGED
|
@@ -1,3 +1,13 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit>=1.28.0
|
| 2 |
+
transformers>=4.44.0 # Ensures AutoModelForSeq2SeqLM + IndicTrans2 compat
|
| 3 |
+
torch>=2.0.0
|
| 4 |
+
huggingface-hub>=0.16.0
|
| 5 |
+
easyocr>=1.7.0
|
| 6 |
+
opencv-python-headless>=4.8.0
|
| 7 |
+
pillow>=10.0.0
|
| 8 |
+
pillow-avif-plugin>=1.2.0
|
| 9 |
+
deep-translator>=1.11.0
|
| 10 |
+
numpy>=1.24.0
|
| 11 |
+
requests>=2.31.0
|
| 12 |
+
sentencepiece>=0.1.99
|
| 13 |
+
IndicTransToolkit>=0.1.0 # Official processor
|