Spaces:
Running
Running
Update result labels
Browse files
app.py
CHANGED
@@ -244,9 +244,13 @@ def main():
|
|
244 |
[
|
245 |
gr.outputs.Image(type='pil', label='Aligned Face'),
|
246 |
gr.outputs.Image(type='pil', label='Reconstructed'),
|
247 |
-
gr.outputs.Image(type='pil',
|
248 |
-
|
249 |
-
gr.outputs.Image(type='pil',
|
|
|
|
|
|
|
|
|
250 |
],
|
251 |
examples=examples,
|
252 |
theme=args.theme,
|
|
|
244 |
[
|
245 |
gr.outputs.Image(type='pil', label='Aligned Face'),
|
246 |
gr.outputs.Image(type='pil', label='Reconstructed'),
|
247 |
+
gr.outputs.Image(type='pil',
|
248 |
+
label='Result 1 (Color and structure transfer)'),
|
249 |
+
gr.outputs.Image(type='pil',
|
250 |
+
label='Result 2 (Structure transfer only)'),
|
251 |
+
gr.outputs.Image(
|
252 |
+
type='pil',
|
253 |
+
label='Result 3 (Color-related layers deactivated)'),
|
254 |
],
|
255 |
examples=examples,
|
256 |
theme=args.theme,
|