Update requirements.txt
Browse files- requirements.txt +6 -1
requirements.txt
CHANGED
|
@@ -1,4 +1,9 @@
|
|
| 1 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
| 2 |
torch
|
| 3 |
torchvision
|
| 4 |
-
clip_interrogator
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
| 2 |
torch
|
| 3 |
torchvision
|
| 4 |
+
clip_interrogator
|
| 5 |
+
Pillow
|
| 6 |
+
requests
|
| 7 |
+
fastapi==0.74.*
|
| 8 |
+
uvicorn[standard]==0.17.*
|
| 9 |
+
python-multipart
|