Update requirements.txt
Browse files- requirements.txt +6 -3
requirements.txt
CHANGED
@@ -1,8 +1,11 @@
|
|
|
|
1 |
torch
|
2 |
torchvision
|
3 |
torchaudio
|
4 |
-
gradio
|
5 |
numpy
|
6 |
-
|
7 |
huggingface-hub
|
8 |
-
opencv-python
|
|
|
|
|
|
|
|
1 |
+
gradio
|
2 |
torch
|
3 |
torchvision
|
4 |
torchaudio
|
|
|
5 |
numpy
|
6 |
+
Pillow
|
7 |
huggingface-hub
|
8 |
+
opencv-python
|
9 |
+
realesrgan
|
10 |
+
basicsr
|
11 |
+
CodeFormer @ git+https://github.com/sczhou/CodeFormer.git
|