Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- 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
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
#
|
| 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
|
|
|
|
|
|