openfree commited on
Commit
e93fe4a
·
verified ·
1 Parent(s): 3534f58

Rename app-backup.py to app.py

Browse files
Files changed (1) hide show
  1. app-backup.py → app.py +3 -3
app-backup.py → app.py RENAMED
@@ -486,7 +486,7 @@ def create_demo():
486
  1206523688721442817,
487
  ],
488
  [
489
- 'example_inputs/toy1.png',
490
  None,
491
  'id',
492
  'ip',
@@ -506,7 +506,7 @@ def create_demo():
506
  None,
507
  'id',
508
  'ip',
509
- 'portrait, wonder woman',
510
  5443415087540486371,
511
  ],
512
  [
@@ -553,7 +553,7 @@ def create_demo():
553
  gr.Examples(
554
  examples=example_inps,
555
  inputs=[ref_image1, ref_image2, ref_task1, ref_task2, prompt, seed],
556
- label='Examples by category: IP task (rows 1-4), ID task (row 5), Style task (rows 6-7), Try-On task (rows 8-9), Multi IP (rows 10-12)',
557
  cache_examples='lazy',
558
  outputs=[output_image, debug_image, seed_output],
559
  fn=generate_image,
 
486
  1206523688721442817,
487
  ],
488
  [
489
+ 'example_inputs/choi.jpg',
490
  None,
491
  'id',
492
  'ip',
 
506
  None,
507
  'id',
508
  'ip',
509
+ 'portrait, in alps',
510
  5443415087540486371,
511
  ],
512
  [
 
553
  gr.Examples(
554
  examples=example_inps,
555
  inputs=[ref_image1, ref_image2, ref_task1, ref_task2, prompt, seed],
556
+ label='Examples by category: IP task (rows 1-4), ID task (row 5), Style task (rows 6-7), Try-On task (rows 8-9)',
557
  cache_examples='lazy',
558
  outputs=[output_image, debug_image, seed_output],
559
  fn=generate_image,