Update app.py
Browse files
app.py
CHANGED
@@ -109,9 +109,9 @@ title = "AnimeGANv2: To produce your own animation 😶🌫️"
|
|
109 |
description = r"""
|
110 |
### 🔥Demo AnimeGANv2: To produce your own animation. <br>
|
111 |
#### How to use:
|
112 |
-
|
113 |
-
|
114 |
-
|
115 |
"""
|
116 |
article = r"""
|
117 |
<center><img src='https://visitor-badge.glitch.me/badge?page_id=AnimeGAN_demo&left_color=green&right_color=blue' alt='visitor badge'></center>
|
|
|
109 |
description = r"""
|
110 |
### 🔥Demo AnimeGANv2: To produce your own animation. <br>
|
111 |
#### How to use:
|
112 |
+
1. Upload your image
|
113 |
+
2. Select the style (For human: PortraitSketch, JP_face; For scene: Hayao, Shinkai, Paprika)
|
114 |
+
3. Choice of whether to extract the face.(Warning: Yes if there is a face in the image)
|
115 |
"""
|
116 |
article = r"""
|
117 |
<center><img src='https://visitor-badge.glitch.me/badge?page_id=AnimeGAN_demo&left_color=green&right_color=blue' alt='visitor badge'></center>
|