Spaces:
Runtime error
Runtime error
Rename app-backup.py to app.py
Browse files- 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/
|
| 490 |
None,
|
| 491 |
'id',
|
| 492 |
'ip',
|
|
@@ -506,7 +506,7 @@ def create_demo():
|
|
| 506 |
None,
|
| 507 |
'id',
|
| 508 |
'ip',
|
| 509 |
-
'portrait,
|
| 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)
|
| 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,
|