Spaces:
Sleeping
Sleeping
AI model
Browse files- backend/requirements.txt +1 -0
backend/requirements.txt
CHANGED
|
@@ -11,5 +11,6 @@ pytest==7.4.4
|
|
| 11 |
pytest-cov==4.1.0
|
| 12 |
httpx==0.26.0
|
| 13 |
torch>=2.0.0
|
|
|
|
| 14 |
transformers>=4.30.0
|
| 15 |
Pillow>=10.0.0
|
|
|
|
| 11 |
pytest-cov==4.1.0
|
| 12 |
httpx==0.26.0
|
| 13 |
torch>=2.0.0
|
| 14 |
+
torchvision>=0.15.0
|
| 15 |
transformers>=4.30.0
|
| 16 |
Pillow>=10.0.0
|