akhaliq HF Staff commited on
Commit
d40435b
·
1 Parent(s): e0052b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -7
app.py CHANGED
@@ -144,14 +144,16 @@ with block:
144
 
145
  with gr.Tab("version four"):
146
  gr.Markdown("""ArcaneGAN v0.4
 
147
  The main differences are:
148
- -lighter styling (closer to original input)
149
- -sharper result
150
- -happier faces
151
- -reduced childish eyes effect
152
- -reduced stubble on feminine faces
153
- -increased temporal stability on videos
154
- -reduced mouth\teeth artifacts
 
155
  """)
156
  with gr.Row():
157
  facepaint4 = gr.inputs.Image(type="pil",shape=(512,512))
 
144
 
145
  with gr.Tab("version four"):
146
  gr.Markdown("""ArcaneGAN v0.4
147
+
148
  The main differences are:
149
+
150
+ - lighter styling (closer to original input)
151
+ - sharper result
152
+ - happier faces
153
+ - reduced childish eyes effect
154
+ - reduced stubble on feminine faces
155
+ - increased temporal stability on videos
156
+ - reduced mouth\teeth artifacts
157
  """)
158
  with gr.Row():
159
  facepaint4 = gr.inputs.Image(type="pil",shape=(512,512))