Spaces:
Sleeping
Sleeping
n0v33n commited on
Commit ·
74ccb7c
1
Parent(s): bafe5eb
Add python-multipart dependency
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
-
fastapi
|
| 2 |
-
uvicorn
|
| 3 |
torch
|
| 4 |
-
torchvision
|
| 5 |
timm
|
|
|
|
|
|
|
| 6 |
pillow
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
torch
|
|
|
|
| 2 |
timm
|
| 3 |
+
fastapi
|
| 4 |
+
uvicorn
|
| 5 |
pillow
|
| 6 |
+
torchvision
|
| 7 |
+
python-multipart
|