Spaces:
Build error
Build error
Commit ·
13b2850
1
Parent(s): ce2b3b8
add torchvision
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
gradio==4.44.1
|
| 2 |
-
torch==2.0.0
|
| 3 |
opencv-python==4.6.0.66
|
| 4 |
numpy==1.26.4
|
|
|
|
|
|
|
|
|
| 1 |
gradio==4.44.1
|
|
|
|
| 2 |
opencv-python==4.6.0.66
|
| 3 |
numpy==1.26.4
|
| 4 |
+
torch==2.6.0
|
| 5 |
+
torchvision==0.21.0
|