Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +6 -4
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
spaces
|
2 |
-
torch
|
3 |
torchvision>=0.16.0
|
4 |
torchaudio
|
5 |
torchtext
|
@@ -11,7 +11,7 @@ git+https://github.com/XPixelGroup/BasicSR
|
|
11 |
git+https://github.com/TencentARC/GFPGAN
|
12 |
fonts
|
13 |
font-roboto
|
14 |
-
gradio==3.
|
15 |
numpy<2
|
16 |
omegaconf
|
17 |
opencv-contrib-python
|
@@ -37,4 +37,6 @@ git+https://github.com/google-research/torchsde
|
|
37 |
safetensors
|
38 |
psutil
|
39 |
rich
|
40 |
-
httpx==0.24.1
|
|
|
|
|
|
1 |
+
#spaces
|
2 |
+
torch==2.4.0
|
3 |
torchvision>=0.16.0
|
4 |
torchaudio
|
5 |
torchtext
|
|
|
11 |
git+https://github.com/TencentARC/GFPGAN
|
12 |
fonts
|
13 |
font-roboto
|
14 |
+
gradio==3.41.2
|
15 |
numpy<2
|
16 |
omegaconf
|
17 |
opencv-contrib-python
|
|
|
37 |
safetensors
|
38 |
psutil
|
39 |
rich
|
40 |
+
httpx==0.24.1
|
41 |
+
websockets>=10.0,<12.0
|
42 |
+
pydantic==2.10.6
|