Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -147,13 +147,13 @@ with block:
|
|
147 |
|
148 |
The main differences are:
|
149 |
|
150 |
-
|
151 |
-
|
152 |
-
|
153 |
-
|
154 |
-
|
155 |
-
|
156 |
-
|
157 |
""")
|
158 |
with gr.Row():
|
159 |
facepaint4 = gr.inputs.Image(type="pil",shape=(512,512))
|
|
|
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))
|