ParamDev commited on
Commit
1808718
·
verified ·
1 Parent(s): 2233276

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -6
requirements.txt CHANGED
@@ -1,9 +1,7 @@
1
  onnxruntime # ONNX inference engine (CPU)
2
  numpy # Array manipulation
3
  Pillow # Image I/O
4
- gradio>=4.0 # Web UI (4.x needed for DownloadButton stability)
5
- requests # Google Drive model downloader
6
-
7
- # --- Optional: needed only if you integrate SR3 (PyTorch diffusion model) ---
8
- # torch # PyTorch inference for SR3
9
- # torchvision # Required by SR3 repo
 
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