Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +9 -8
requirements.txt
CHANGED
|
@@ -1,8 +1,9 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
|
|
|
|
|
| 1 |
+
torch==2.4.1
|
| 2 |
+
torchvision==0.19.1
|
| 3 |
+
numpy==1.26.4
|
| 4 |
+
opencv-python==4.10.0.84
|
| 5 |
+
pillow==10.4.0
|
| 6 |
+
tqdm==4.66.5
|
| 7 |
+
matplotlib==3.9.2
|
| 8 |
+
scipy==1.14.1
|
| 9 |
+
gradio==4.42.0
|