Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +11 -20
requirements.txt
CHANGED
|
@@ -1,20 +1,11 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
scikit-learn==1.3.2
|
| 13 |
-
python-dotenv
|
| 14 |
-
aiofiles
|
| 15 |
-
easyocr
|
| 16 |
-
Pillow
|
| 17 |
-
numpy
|
| 18 |
-
gradio
|
| 19 |
-
|
| 20 |
-
huggingface_hub
|
|
|
|
| 1 |
+
gradio==4.30.0
|
| 2 |
+
transformers==4.38.2
|
| 3 |
+
torch==2.1.2
|
| 4 |
+
pydantic==2.5.2
|
| 5 |
+
requests==2.31.0
|
| 6 |
+
numpy==1.26.2
|
| 7 |
+
pandas==2.1.3
|
| 8 |
+
scikit-learn==1.3.2
|
| 9 |
+
easyocr==1.7.1
|
| 10 |
+
Pillow==10.1.0
|
| 11 |
+
huggingface_hub==0.20.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|