Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -4,7 +4,6 @@ huggingface-hub== 0.34.4
|
|
4 |
gradio==5.45.0
|
5 |
opencv-python==4.12.0.88
|
6 |
torchvision==0.23.0
|
7 |
-
scipy>=1.16.1
|
8 |
tqdm==4.67.1
|
9 |
lmdb==1.7.3
|
10 |
pyyaml==6.0.2
|
@@ -12,4 +11,5 @@ yapf==0.43.0
|
|
12 |
facexlib==0.3.0
|
13 |
gfpgan==1.3.8
|
14 |
realesrgan==0.3.0
|
15 |
-
basicsr @ git+https://github.com/XPixelGroup/BasicSR.git
|
|
|
|
4 |
gradio==5.45.0
|
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
|
|
|
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
|