Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
torch
|
2 |
-
torchvision
|
3 |
torchaudio
|
4 |
torchtext
|
5 |
torchdata
|
@@ -22,7 +22,6 @@ realesrgan
|
|
22 |
scikit-image>=0.19
|
23 |
timm==0.4.12
|
24 |
transformers==4.25.1
|
25 |
-
torch
|
26 |
einops
|
27 |
jsonmerge
|
28 |
clean-fid
|
@@ -36,3 +35,4 @@ torchsde
|
|
36 |
safetensors
|
37 |
psutil
|
38 |
rich
|
|
|
|
1 |
torch
|
2 |
+
torchvision==0.16.0
|
3 |
torchaudio
|
4 |
torchtext
|
5 |
torchdata
|
|
|
22 |
scikit-image>=0.19
|
23 |
timm==0.4.12
|
24 |
transformers==4.25.1
|
|
|
25 |
einops
|
26 |
jsonmerge
|
27 |
clean-fid
|
|
|
35 |
safetensors
|
36 |
psutil
|
37 |
rich
|
38 |
+
httpx==0.24.1
|