Spaces:
Sleeping
Sleeping
Update requirements
Browse files- requirements.txt +5 -3
requirements.txt
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
fastapi
|
2 |
-
uvicorn
|
3 |
transformers
|
4 |
-
Pillow
|
5 |
torch
|
6 |
-
|
|
|
|
|
|
|
|
1 |
fastapi
|
2 |
+
uvicorn
|
3 |
transformers
|
|
|
4 |
torch
|
5 |
+
torchvision
|
6 |
+
Pillow
|
7 |
+
requests
|
8 |
+
einops
|