Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
|
@@ -1,9 +1,10 @@
|
|
| 1 |
fastapi
|
| 2 |
uvicorn
|
| 3 |
-
python-multipart
|
| 4 |
-
pillow
|
| 5 |
easyocr
|
| 6 |
opencv-python-headless
|
| 7 |
numpy
|
|
|
|
| 8 |
torch
|
| 9 |
-
torchvision
|
|
|
|
|
|
|
|
|
| 1 |
fastapi
|
| 2 |
uvicorn
|
|
|
|
|
|
|
| 3 |
easyocr
|
| 4 |
opencv-python-headless
|
| 5 |
numpy
|
| 6 |
+
python-multipart
|
| 7 |
torch
|
| 8 |
+
torchvision
|
| 9 |
+
Pillow
|
| 10 |
+
requests
|