Update requirements.txt
Browse files- requirements.txt +4 -15
requirements.txt
CHANGED
@@ -1,15 +1,4 @@
|
|
1 |
-
|
2 |
-
numpy
|
3 |
-
|
4 |
-
gradio==
|
5 |
-
opencv-python==4.12.0.88
|
6 |
-
torchvision==0.23.0
|
7 |
-
tqdm==4.67.1
|
8 |
-
lmdb==1.7.3
|
9 |
-
pyyaml==6.0.2
|
10 |
-
yapf==0.43.0
|
11 |
-
facexlib==0.3.0
|
12 |
-
gfpgan==1.3.8
|
13 |
-
realesrgan==0.3.0
|
14 |
-
basicsr @ git+https://github.com/XPixelGroup/BasicSR.git
|
15 |
-
scipy
|
|
|
1 |
+
gradio~=5.46.0
|
2 |
+
numpy~=2.3.3
|
3 |
+
opencv-python-headless
|
4 |
+
gradio-client==1.13.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|