From a75e39e32360fe2bc9b060e5664d5acb70caa9a1 Mon Sep 17 00:00:00 2001 From: Muhammad Danish <88161975+mdanish-kh@users.noreply.github.com> Date: Wed, 18 Aug 2021 05:06:36 +0500 Subject: [PATCH] Update README.md (#43) upscale_factor is not a recognized argument. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b460545..00e2e0c 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ wget https://github.com/TencentARC/GFPGAN/releases/download/v0.2.0/GFPGANCleanv1 **Inference!** ```bash -python inference_gfpgan.py --upscale_factor 2 --test_path inputs/whole_imgs --save_root results +python inference_gfpgan.py --upscale 2 --test_path inputs/whole_imgs --save_root results ``` ## :european_castle: Model Zoo