Spaces:
Runtime error
Runtime error
Commit
·
b850884
1
Parent(s):
9e697f5
Upgrade torch and torchvision to available versions (#4)
Browse files- Upgrade torch and torchvision to available versions (6a61d2818de0749af916de8a8ff98305de330289)
Co-authored-by: Fred <[email protected]>
- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
pyyaml==5.1
|
| 2 |
-
torch==1.
|
| 3 |
-
torchvision==0.
|
| 4 |
|
| 5 |
gradio
|
| 6 |
numpy
|
|
|
|
| 1 |
pyyaml==5.1
|
| 2 |
+
torch==1.11.0
|
| 3 |
+
torchvision==0.12.0
|
| 4 |
|
| 5 |
gradio
|
| 6 |
numpy
|