From 1d5963b2e66bafe39ebc5330d3e1d9dcce0e6374 Mon Sep 17 00:00:00 2001 From: AK391 <81195143+AK391@users.noreply.github.com> Date: Sat, 28 Aug 2021 23:50:17 -0400 Subject: [PATCH] Add Gradio Web Demo in README.md (#52) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 14123bf..9e8fa63 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ GFPGAN aims at developing **Practical Algorithm for Real-world Face Restoration* It leverages rich and diverse priors encapsulated in a pretrained face GAN (*e.g.*, StyleGAN2) for blind face restoration. :triangular_flag_on_post: **Updates** - +- :white_check_mark: Integrated to [Huggingface Spaces](https://huggingface.co/spaces) with [Gradio](https://github.com/gradio-app/gradio). See [Gradio Web Demo](https://huggingface.co/spaces/akhaliq/GFPGAN). - :white_check_mark: Support enhancing non-face regions (background) with [Real-ESRGAN](https://github.com/xinntao/Real-ESRGAN). - :white_check_mark: We provide a *clean* version of GFPGAN, which does not require CUDA extensions. - :white_check_mark: We provide an updated model without colorizing faces.