spectraGAN / requirements.txt
ParamDev's picture
Update requirements.txt
73e56f9 verified
raw
history blame contribute delete
361 Bytes
onnxruntime # ONNX inference for ESRGAN models
numpy # Array ops
Pillow # Image I/O
gradio>=4.0 # Web UI (ImageSlider needs 4.x+)
gdown # Reliable Google Drive downloader (handles confirmation pages)
torch # PyTorch — loads SRCNN directly from .pth
torchvision # Required by torch