Spaces:
Runtime error
Runtime error
Update requirements.txt
#8
by
KelinYu1
- opened
- requirements.txt +2 -0
requirements.txt
CHANGED
|
@@ -7,4 +7,6 @@ opencv-python
|
|
| 7 |
imutils==0.5.4
|
| 8 |
mediapy==1.2.2
|
| 9 |
numpy
|
|
|
|
|
|
|
| 10 |
git+https://github.com/facebookresearch/co-tracker.git
|
|
|
|
| 7 |
imutils==0.5.4
|
| 8 |
mediapy==1.2.2
|
| 9 |
numpy
|
| 10 |
+
torch==1.13.0
|
| 11 |
+
torchvision==0.14.0
|
| 12 |
git+https://github.com/facebookresearch/co-tracker.git
|