Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
-
onnxruntime # ONNX inference
|
| 2 |
-
numpy # Array
|
| 3 |
Pillow # Image I/O
|
| 4 |
-
gradio>=4.0 # Web UI
|
| 5 |
-
|
| 6 |
-
torch #
|
| 7 |
-
torchvision # Required by torch
|
|
|
|
| 1 |
+
onnxruntime # ONNX inference for ESRGAN models
|
| 2 |
+
numpy # Array ops
|
| 3 |
Pillow # Image I/O
|
| 4 |
+
gradio>=4.0 # Web UI (ImageSlider needs 4.x+)
|
| 5 |
+
gdown # Reliable Google Drive downloader (handles confirmation pages)
|
| 6 |
+
torch # PyTorch — loads SRCNN directly from .pth
|
| 7 |
+
torchvision # Required by torch
|