From 6c2de9660ea70845b0d1b3e057175c09cf8d6021 Mon Sep 17 00:00:00 2001 From: bryandlee Date: Mon, 8 Nov 2021 07:19:25 +0900 Subject: [PATCH] Docs: Specify model name for telegram bot --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 18e276d..3c3718e 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,13 @@ **Updates** -* `2021-10-17` Add weights for [face portrait v2](#additional-model-weights) +* `2021-10-17` Add weights for [FacePortraitV2](#additional-model-weights) * `2021-11-07` Thanks to [ak92501](https://twitter.com/ak92501), a web demo is 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) * `2021-11-07` Thanks to [xhlulu](https://github.com/xhlulu), the `torch.hub` model is now available. See [Torch Hub Usage](#torch-hub-usage). -* `2021-11-07` Add AnimeGANv2 style demo to a telegram bot. See [@face2stickerbot](https://t.me/face2stickerbot) by [sxela](https://github.com/sxela) +* `2021-11-07` Add FacePortraitV2 style demo to a telegram bot. See [@face2stickerbot](https://t.me/face2stickerbot) by [sxela](https://github.com/sxela) ## Basic Usage