From ce387cc03921fbf1af99d0bfff21f4896799163b Mon Sep 17 00:00:00 2001 From: SOULOFCINDER <841135647@qq.com> Date: Wed, 29 Mar 2023 10:13:03 +0800 Subject: [PATCH] update app.py --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 275ea17..b9f1a2c 100644 --- a/app.py +++ b/app.py @@ -29,7 +29,7 @@ def inference(img, ver): title = "AnimeGANv2" description = "Gradio Demo for AnimeGanv2 Face Portrait. To use it, simply upload your image, or click one of the examples to load them. Read more at the links below. Please use a cropped portrait picture for best results similar to the examples below." article = "

Github Repo Pytorch

visitor badge

" -examples=[['groot.jpeg','version 2 (🔺 robustness,🔻 stylization)'],['gongyoo.jpeg','version 1 (🔺 stylization, 🔻 robustness)']] +examples=[['pictures/groot.jpeg','version 2 (🔺 robustness,🔻 stylization)'],['pictures/gongyoo.jpeg','version 1 (🔺 stylization, 🔻 robustness)']] demo = gr.Interface( fn=inference,