Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
torch>=2.1.0
|
| 2 |
transformers>=4.39.1
|
| 3 |
pillow>=10.0.0
|
|
|
|
| 4 |
numpy>=1.25.0
|
| 5 |
uvicorn>=0.23.0
|
| 6 |
fastapi>=0.102.0
|
|
@@ -8,3 +9,5 @@ loadimg>=0.1.1
|
|
| 8 |
timm>=0.9.2
|
| 9 |
kornia>=0.7.0
|
| 10 |
einops>=0.6.1
|
|
|
|
|
|
|
|
|
| 1 |
torch>=2.1.0
|
| 2 |
transformers>=4.39.1
|
| 3 |
pillow>=10.0.0
|
| 4 |
+
pillow-heif>=0.15.0
|
| 5 |
numpy>=1.25.0
|
| 6 |
uvicorn>=0.23.0
|
| 7 |
fastapi>=0.102.0
|
|
|
|
| 9 |
timm>=0.9.2
|
| 10 |
kornia>=0.7.0
|
| 11 |
einops>=0.6.1
|
| 12 |
+
requests>=2.31.0
|
| 13 |
+
|