Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -2
requirements.txt
CHANGED
@@ -8,11 +8,10 @@ basicsr==1.4.2
|
|
8 |
diffusers==0.30.0
|
9 |
gradio==5.12.0
|
10 |
huggingface-hub==0.26.2
|
11 |
-
marigold-depth-pipeline # If provided on PyPI, otherwise note as external
|
12 |
numpy==1.26.4
|
13 |
opencv-python==4.8.1.78
|
14 |
Pillow==10.3.0
|
15 |
-
|
16 |
requests==2.32.3
|
17 |
torch==2.4.0
|
18 |
torchvision==0.19.0
|
|
|
8 |
diffusers==0.30.0
|
9 |
gradio==5.12.0
|
10 |
huggingface-hub==0.26.2
|
|
|
11 |
numpy==1.26.4
|
12 |
opencv-python==4.8.1.78
|
13 |
Pillow==10.3.0
|
14 |
+
realesrgan==0.3.0 # Custom package for image upscaling
|
15 |
requests==2.32.3
|
16 |
torch==2.4.0
|
17 |
torchvision==0.19.0
|