Spaces:
Build error
Build error
update gradio
Browse files
app.py
CHANGED
@@ -566,6 +566,31 @@ def get_example():
|
|
566 |
1024 * 1024,
|
567 |
0,
|
568 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
569 |
]
|
570 |
return case
|
571 |
|
|
|
566 |
1024 * 1024,
|
567 |
0,
|
568 |
],
|
569 |
+
[
|
570 |
+
"The cat is sitting on the table. The bird is perching on the edge of the table.",
|
571 |
+
800,
|
572 |
+
512,
|
573 |
+
"euler",
|
574 |
+
50,
|
575 |
+
os.path.join(
|
576 |
+
ROOT_DIR,
|
577 |
+
"example_images/996e2cf6-daa5-48c4-9ad7-0719af640c17_1748848108409.png",
|
578 |
+
),
|
579 |
+
os.path.join(
|
580 |
+
ROOT_DIR,
|
581 |
+
"example_images/468404374-d52ec1a44aa7e0dc9c2807ce09d303a111c78f34da3da2401b83ce10815ff872.png",
|
582 |
+
),
|
583 |
+
os.path.join(ROOT_DIR, "example_images/00066-10350085.png"),
|
584 |
+
NEGATIVE_PROMPT,
|
585 |
+
5.0,
|
586 |
+
2.0,
|
587 |
+
0.0,
|
588 |
+
1.0,
|
589 |
+
1,
|
590 |
+
2048,
|
591 |
+
1024 * 1024,
|
592 |
+
0,
|
593 |
+
],
|
594 |
]
|
595 |
return case
|
596 |
|