modify torch version
Browse files- requirement.txt +0 -4
- requirements.txt +1 -1
requirement.txt
DELETED
@@ -1,4 +0,0 @@
|
|
1 |
-
torch
|
2 |
-
torchvision
|
3 |
-
numpy
|
4 |
-
gradio
|
|
|
|
|
|
|
|
|
|
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
torch==1.12.1
|
2 |
torchvision
|
3 |
numpy
|
4 |
gradio
|
|
|
1 |
+
torch==1.12.1
|
2 |
torchvision
|
3 |
numpy
|
4 |
gradio
|