Solareva Taisia commited on
Commit ·
12e1dd3
1
Parent(s): 26676d1
Add python-multipart for FastAPI file uploads
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
fastapi
|
| 2 |
uvicorn[standard]
|
|
|
|
| 3 |
torch
|
| 4 |
torchvision
|
| 5 |
pillow
|
|
|
|
| 1 |
fastapi
|
| 2 |
uvicorn[standard]
|
| 3 |
+
python-multipart
|
| 4 |
torch
|
| 5 |
torchvision
|
| 6 |
pillow
|