ParamDev commited on
Commit
73e56f9
·
verified ·
1 Parent(s): 7c042df

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -6
requirements.txt CHANGED
@@ -1,7 +1,7 @@
1
- onnxruntime # ONNX inference engine (CPU)
2
- numpy # Array manipulation
3
  Pillow # Image I/O
4
- gradio>=4.0 # Web UI
5
- huggingface_hub # Model download + upload
6
- torch # Needed on first boot to export SRCNN and HResNet to ONNX
7
- torchvision # Required by torch SR model utils
 
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