1
0
mirror of https://github.com/TencentARC/GFPGAN.git synced 2025-05-20 01:00:21 -07:00

Add Gradio Web Demo in README.md (#52)

This commit is contained in:
AK391 2021-08-28 23:50:17 -04:00 committed by GitHub
parent 7176e63809
commit 1d5963b2e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.