From 0cc12f420421efe35b03b8e7d68372f7160247a6 Mon Sep 17 00:00:00 2001 From: Sanchita Goswami <112507451+Royal-Emine@users.noreply.github.com> Date: Sun, 2 Jun 2024 14:39:01 +0530 Subject: [PATCH] Update README.md --- Colorization of Images/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Colorization of Images/README.md b/Colorization of Images/README.md index 654df10a5..3e697c2a1 100644 --- a/Colorization of Images/README.md +++ b/Colorization of Images/README.md @@ -10,7 +10,7 @@ pip install Required Libraries and Package.txt **Model loading in Python** -The following loads pretrained colorizers. See [demo_release.py](demo_release.py) for some details on how to run the model. There are some pre and post-processing steps: convert to Lab space, resize to 256x256, colorize, and concatenate to the original full resolution, and convert to RGB. +The following loads pretrained colorizers. See [demo_release.py] for some details on how to run the model. There are some pre and post-processing steps: convert to Lab space, resize to 256x256, colorize, and concatenate to the original full resolution, and convert to RGB. ```python import code