Spaces:
Runtime error
Runtime error
Update start.sh
Browse files
start.sh
CHANGED
|
@@ -13,7 +13,7 @@ pip install torch torchvision torchaudio --index-url https://download.pytorch.or
|
|
| 13 |
pip install scipy openvino numpy==2.1.3
|
| 14 |
pip install basicsr realesrgan opencv-python pillow tqdm
|
| 15 |
pip install onnx onnxruntime onnxscript
|
| 16 |
-
pip install scikit-image
|
| 17 |
|
| 18 |
git clone https://github.com/xinntao/Real-ESRGAN.git
|
| 19 |
cd Real-ESRGAN
|
|
|
|
| 13 |
pip install scipy openvino numpy==2.1.3
|
| 14 |
pip install basicsr realesrgan opencv-python pillow tqdm
|
| 15 |
pip install onnx onnxruntime onnxscript
|
| 16 |
+
pip install scikit-image gradio
|
| 17 |
|
| 18 |
git clone https://github.com/xinntao/Real-ESRGAN.git
|
| 19 |
cd Real-ESRGAN
|