Spaces:
Sleeping
Sleeping
ADD: requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch==2.4.0
|
| 2 |
+
torchvision==0.19.0
|
| 3 |
+
torchaudio==2.4.0
|
| 4 |
+
matplotlib==3.10.1
|
| 5 |
+
numpy==2.0.1
|
| 6 |
+
opencv-python
|