Add 4x medium comparison
Browse files
README.md
CHANGED
@@ -34,6 +34,8 @@ SuperCool is a fast single-image super-resolution (SISR) model capable of upscal
|
|
34 |
|
35 |

|
36 |
|
|
|
|
|
37 |
## Install Project Dependencies
|
38 |
|
39 |
Project dependencies are specified in the `requirements.txt` file. You can install them with [pip](https://pip.pypa.io/en/stable/) using the following command from the project root. We recommend using a virtual environment such as `venv` to keep package dependencies on your system tidy.
|
|
|
34 |
|
35 |

|
36 |
|
37 |
+

|
38 |
+
|
39 |
## Install Project Dependencies
|
40 |
|
41 |
Project dependencies are specified in the `requirements.txt` file. You can install them with [pip](https://pip.pypa.io/en/stable/) using the following command from the project root. We recommend using a virtual environment such as `venv` to keep package dependencies on your system tidy.
|