Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -1
requirements.txt
CHANGED
|
@@ -3,7 +3,13 @@ torch>=2.0.0
|
|
| 3 |
transformers>=4.30.0
|
| 4 |
Pillow>=9.0.0
|
| 5 |
numpy>=1.24.0
|
| 6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
fastapi
|
| 8 |
uvicorn
|
| 9 |
gradio
|
|
|
|
| 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
|