vumichien commited on
Commit
f44eb7d
1 Parent(s): 9f7413c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -106,7 +106,11 @@ def inference(img_path, model, focus_face=None):
106
  ### Layout ###
107
 
108
  title = "AnimeGANv2: To produce your own animation 😶‍🌫️"
109
- description = r"""### 🔥Demo AnimeGANv2: To produce your own animation. To use it, simply upload your image.<br>
 
 
 
 
110
  """
111
  article = r"""
112
  <center><img src='https://visitor-badge.glitch.me/badge?page_id=AnimeGAN_demo&left_color=green&right_color=blue' alt='visitor badge'></center>
 
106
  ### Layout ###
107
 
108
  title = "AnimeGANv2: To produce your own animation 😶‍🌫️"
109
+ description = r"""### 🔥Demo AnimeGANv2: To produce your own animation. <br>
110
+ #### How to use:
111
+ * Upload your image,
112
+ * Select the style,
113
+ * Choice of whether to extract the face.
114
  """
115
  article = r"""
116
  <center><img src='https://visitor-badge.glitch.me/badge?page_id=AnimeGAN_demo&left_color=green&right_color=blue' alt='visitor badge'></center>