From 978def19a6b0371a2fa9b1ac655478fecf1b6de0 Mon Sep 17 00:00:00 2001 From: AK391 <81195143+AK391@users.noreply.github.com> Date: Sun, 22 Aug 2021 06:04:58 -0400 Subject: [PATCH] Huggingface Gradio Web Demo (#47) * Create gradiodemo.py * Update requirements.txt * Update gradiodemo.py * Update requirements.txt * Update requirements.txt * Update README.md * Update README.md * Delete gradiodemo.py * Update requirements.txt --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7008e16..58c93d8 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ We extend the powerful ESRGAN to a practical restoration application (namely, Re :question: Frequently Asked Questions can be found in [FAQ.md](FAQ.md). :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/Real-ESRGAN). - :white_check_mark: Support arbitrary scale with `--outscale` (It actually further resizes outputs with `LANCZOS4`). Add *RealESRGAN_x2plus.pth* model. - :white_check_mark: [The inference code](inference_realesrgan.py) supports: 1) **tile** options; 2) images with **alpha channel**; 3) **gray** images; 4) **16-bit** images. - :white_check_mark: The training codes have been released. A detailed guide can be found in [Training.md](Training.md).