Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
|
@@ -5,7 +5,9 @@
|
|
| 5 |
# If needed, it will be installed automatically based on the space configuration
|
| 6 |
|
| 7 |
# Core ML/DL libraries
|
| 8 |
-
# PyTorch
|
|
|
|
|
|
|
| 9 |
|
| 10 |
# Image processing
|
| 11 |
opencv-python>=4.8.0
|
|
|
|
| 5 |
# If needed, it will be installed automatically based on the space configuration
|
| 6 |
|
| 7 |
# Core ML/DL libraries
|
| 8 |
+
# PyTorch - required for model inference
|
| 9 |
+
torch>=2.0.0
|
| 10 |
+
torchvision>=0.15.0
|
| 11 |
|
| 12 |
# Image processing
|
| 13 |
opencv-python>=4.8.0
|