hysts HF staff commited on
Commit
f02ee68
1 Parent(s): 0bb38e6

Update result labels

Browse files
Files changed (1) hide show
  1. app.py +7 -3
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', label='Result 1'),
248
- gr.outputs.Image(type='pil', label='Result 2'),
249
- gr.outputs.Image(type='pil', label='Result 3'),
 
 
 
 
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,