update app.py

This commit is contained in:
SOULOFCINDER 2023-03-29 10:13:03 +08:00
parent 4d62d73b8e
commit ce387cc039
1 changed files with 1 additions and 1 deletions

2
app.py
View File

@ -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 = "<p style='text-align: center'><a href='https://github.com/bryandlee/animegan2-pytorch' target='_blank'>Github Repo Pytorch</a></p> <center><img src='https://visitor-badge.glitch.me/badge?page_id=akhaliq_animegan' alt='visitor badge'></center></p>"
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,