From 3a1633393d8f6cadd779d1ae7cfdf6e55d828db4 Mon Sep 17 00:00:00 2001 From: AK391 <81195143+AK391@users.noreply.github.com> Date: Sat, 6 Nov 2021 18:32:36 -0400 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4c017fc..dc73dca 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ ## PyTorch Implementation of [AnimeGANv2](https://github.com/TachibanaYoshino/AnimeGANv2) +**Web Demo** +Integrated to [Huggingface Spaces](https://huggingface.co/spaces) with [Gradio](https://github.com/gradio-app/gradio). See demo: [![Hugging Face Spaces](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Spaces-blue)](https://huggingface.co/spaces/akhaliq/AnimeGANv2) + **Weight Conversion from the Original Repo (Requires TensorFlow 1.x)** ```