Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +8 -14
requirements.txt
CHANGED
|
@@ -1,15 +1,4 @@
|
|
| 1 |
-
|
| 2 |
-
torch>=2.0.0
|
| 3 |
-
transformers>=4.30.0
|
| 4 |
-
Pillow>=9.0.0
|
| 5 |
-
numpy>=1.24.0
|
| 6 |
-
pytesseract>=0.3.8
|
| 7 |
-
opencv-python-headless>=4.5.0
|
| 8 |
-
Pillow>=8.0.0
|
| 9 |
-
gradio>=3.0.0
|
| 10 |
-
numpy>=1.19.0
|
| 11 |
-
python-dotenv>=0.19.0
|
| 12 |
-
requests>=2.25.0
|
| 13 |
fastapi
|
| 14 |
uvicorn
|
| 15 |
gradio
|
|
@@ -18,5 +7,10 @@ Pillow
|
|
| 18 |
opencv-python-headless
|
| 19 |
python-dotenv
|
| 20 |
dotenv
|
| 21 |
-
|
| 22 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
google-generativeai
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
fastapi
|
| 3 |
uvicorn
|
| 4 |
gradio
|
|
|
|
| 7 |
opencv-python-headless
|
| 8 |
python-dotenv
|
| 9 |
dotenv
|
| 10 |
+
torch>=2.0.0
|
| 11 |
+
transformers>=4.30.0
|
| 12 |
+
numpy>=1.24.0
|
| 13 |
+
pytesseract>=0.3.8
|
| 14 |
+
opencv-python-headless>=4.5.0
|
| 15 |
+
requests>=2.25.0
|
| 16 |
+
|