Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +13 -14
requirements.txt
CHANGED
|
@@ -1,14 +1,13 @@
|
|
| 1 |
-
fastapi
|
| 2 |
-
uvicorn
|
| 3 |
-
sqlalchemy
|
| 4 |
-
torch
|
| 5 |
-
torchvision
|
| 6 |
-
transformers
|
| 7 |
-
huggingface_hub
|
| 8 |
-
pillow
|
| 9 |
-
opencv-python
|
| 10 |
-
grad-cam
|
| 11 |
-
pydantic
|
| 12 |
-
python-multipart
|
| 13 |
-
tensorflow
|
| 14 |
-
|
|
|
|
| 1 |
+
fastapi
|
| 2 |
+
uvicorn
|
| 3 |
+
sqlalchemy
|
| 4 |
+
torch
|
| 5 |
+
torchvision
|
| 6 |
+
transformers
|
| 7 |
+
huggingface_hub
|
| 8 |
+
pillow
|
| 9 |
+
opencv-python
|
| 10 |
+
grad-cam
|
| 11 |
+
pydantic
|
| 12 |
+
python-multipart
|
| 13 |
+
tensorflow
|
|
|