Spaces:
Paused
Paused
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -12,8 +12,9 @@ requests
|
|
| 12 |
scikit-image
|
| 13 |
scipy
|
| 14 |
tb-nightly
|
| 15 |
-
torch
|
| 16 |
-
torchvision
|
|
|
|
| 17 |
tqdm
|
| 18 |
yapf
|
| 19 |
realesrgan
|
|
|
|
| 12 |
scikit-image
|
| 13 |
scipy
|
| 14 |
tb-nightly
|
| 15 |
+
torch==2.2.0
|
| 16 |
+
torchvision==0.17.0
|
| 17 |
+
torchaudio==2.2.0
|
| 18 |
tqdm
|
| 19 |
yapf
|
| 20 |
realesrgan
|