Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
-
|
| 2 |
-
uvicorn
|
| 3 |
-
pillow
|
| 4 |
-
numpy
|
| 5 |
torch
|
| 6 |
torchvision
|
| 7 |
-
|
|
|
|
|
|
|
| 8 |
httpx
|
|
|
|
| 9 |
python-multipart
|
|
|
|
| 1 |
+
git+https://github.com/huggingface/transformers.git@main
|
|
|
|
|
|
|
|
|
|
| 2 |
torch
|
| 3 |
torchvision
|
| 4 |
+
pillow
|
| 5 |
+
fastapi
|
| 6 |
+
uvicorn
|
| 7 |
httpx
|
| 8 |
+
accelerate
|
| 9 |
python-multipart
|