Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
-
torch
|
| 2 |
-
torchvision
|
| 3 |
-
numpy
|
| 4 |
diffusers==0.27.0
|
| 5 |
albumentations==0.4.3
|
| 6 |
opencv-python==4.6.0.66
|
|
|
|
| 1 |
+
torch==2.0.1
|
| 2 |
+
torchvision==0.15.2
|
| 3 |
+
numpy==1.23.1
|
| 4 |
diffusers==0.27.0
|
| 5 |
albumentations==0.4.3
|
| 6 |
opencv-python==4.6.0.66
|