Spaces:
Paused
Paused
Update requirements.txt
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
gradio==3.36.1
|
|
|
|
|
|
|
2 |
torch==2.0.1
|
3 |
-
torchvision==0.15.2
|
4 |
-
Pillow==10.0.0
|
|
|
1 |
gradio==3.36.1
|
2 |
+
numpy==1.23.5
|
3 |
+
Pillow==10.0.0
|
4 |
+
realesrgan==0.3.0
|
5 |
torch==2.0.1
|
6 |
+
torchvision==0.15.2
|
|