Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -4
requirements.txt
CHANGED
@@ -1,10 +1,7 @@
|
|
1 |
torch
|
2 |
-
|
3 |
torchvision
|
4 |
opencv-python-headless
|
5 |
gradio
|
6 |
ultralytics
|
7 |
numpy
|
8 |
-
deep-sort-realtime
|
9 |
-
# Requires CUDA-compatible PyTorch for GPU support
|
10 |
-
# Note: You may need to adjust torch and torchvision versions based on your CUDA version
|
|
|
1 |
torch
|
|
|
2 |
torchvision
|
3 |
opencv-python-headless
|
4 |
gradio
|
5 |
ultralytics
|
6 |
numpy
|
7 |
+
deep-sort-realtime
|
|
|
|