Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +5 -4
requirements.txt
CHANGED
@@ -1,10 +1,11 @@
|
|
1 |
fastapi
|
|
|
|
|
2 |
torch
|
3 |
torchvision
|
4 |
pillow
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
uvicorn[standard]
|
9 |
|
10 |
|
|
|
1 |
fastapi
|
2 |
+
uvicorn[standard]
|
3 |
+
python-multipart
|
4 |
torch
|
5 |
torchvision
|
6 |
pillow
|
7 |
+
pydantic
|
8 |
+
|
9 |
+
|
|
|
10 |
|
11 |
|