From 3e27784b1b4eb008d06c04dbbaf6bdde34c4da84 Mon Sep 17 00:00:00 2001 From: Xintao Date: Wed, 31 Aug 2022 17:36:25 +0800 Subject: [PATCH] update replicate related --- README.md | 4 +- cog.yaml | 17 ++-- download-weights | 3 - predict.py | 201 +++++++++++++++++++---------------------------- requirements.txt | 6 +- run_setup.sh | 2 - 6 files changed, 94 insertions(+), 139 deletions(-) delete mode 100755 download-weights delete mode 100644 run_setup.sh diff --git a/README.md b/README.md index db0b8662..51da6015 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,8 @@ [![Publish-pip](https://github.com/TencentARC/GFPGAN/actions/workflows/publish-pip.yml/badge.svg)](https://github.com/TencentARC/GFPGAN/blob/master/.github/workflows/publish-pip.yml) -1. :boom: **Updated** Online demo: [Replicate.ai](https://replicate.com/tencentarc/gfpgan). Here is the [backup](https://replicate.com/xinntao/gfpgan). -1. :boom: **Updated** Online demo: [Huggingface Gradio](https://huggingface.co/spaces/Xintao/GFPGAN) +1. :boom: **Updated** online demo: [![Replicate](https://img.shields.io/static/v1?label=Demo&message=Replicate&color=blue)](https://replicate.com/tencentarc/gfpgan). Here is the [backup](https://replicate.com/xinntao/gfpgan). +1. :boom: **Updated** online demo: [![Huggingface Gradio](https://img.shields.io/static/v1?label=Demo&message=Huggingface%20Gradio&color=orange)](https://huggingface.co/spaces/Xintao/GFPGAN) 1. [Colab Demo](https://colab.research.google.com/drive/1sVsoBd9AjckIXThgtZhGrHRfFI6UUYOo) for GFPGAN google colab logo; (Another [Colab Demo](https://colab.research.google.com/drive/1Oa1WwKB4M4l1GmR7CtswDVgOCOeSLChA?usp=sharing) for the original paper model)