Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
|
149 |
-
-
|
150 |
-
-
|
151 |
-
-
|
152 |
-
-reduced
|
153 |
-
-
|
154 |
-
-
|
|
|
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))
|