Update app.py
Browse files
app.py
CHANGED
@@ -635,6 +635,13 @@ if __name__ == "__main__":
|
|
635 |
|
636 |
examples = gr.Examples(
|
637 |
examples=[
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
638 |
[
|
639 |
"ENT1 with long curly hair wearing ENT2 at Met Gala",
|
640 |
"sample/woman2.jpg", "a woman",
|
@@ -651,17 +658,17 @@ if __name__ == "__main__":
|
|
651 |
],
|
652 |
[
|
653 |
"a drawing of ENT1 and ENT2 that the ENT1 is running alongside of a giant ENT2, in style of a comic book",
|
654 |
-
"sample/
|
655 |
"sample/hamster.jpg", "a hamster",
|
656 |
None, None,
|
657 |
8,
|
658 |
],
|
659 |
[
|
660 |
-
"ENT1
|
661 |
-
"sample/
|
662 |
-
"sample/
|
663 |
-
|
664 |
-
|
665 |
],
|
666 |
],
|
667 |
inputs=[
|
|
|
635 |
|
636 |
examples = gr.Examples(
|
637 |
examples=[
|
638 |
+
[
|
639 |
+
"ENT1 with ENT2 holding ENT3",
|
640 |
+
"sample/sam.jpg", "a man",
|
641 |
+
"sample/hair.jpg", "curly hair",
|
642 |
+
"sample/can.jpg", "a can",
|
643 |
+
24,
|
644 |
+
],
|
645 |
[
|
646 |
"ENT1 with long curly hair wearing ENT2 at Met Gala",
|
647 |
"sample/woman2.jpg", "a woman",
|
|
|
658 |
],
|
659 |
[
|
660 |
"a drawing of ENT1 and ENT2 that the ENT1 is running alongside of a giant ENT2, in style of a comic book",
|
661 |
+
"sample/woman.jpg", "a woman",
|
662 |
"sample/hamster.jpg", "a hamster",
|
663 |
None, None,
|
664 |
8,
|
665 |
],
|
666 |
[
|
667 |
+
"a drawing of ENT1 and ENT2 that the ENT1 is running alongside of a giant ENT2, in style of a comic book",
|
668 |
+
"sample/woman3.jpg", "a woman",
|
669 |
+
"sample/hamster.jpg", "a hamster",
|
670 |
+
None, None,
|
671 |
+
8,
|
672 |
],
|
673 |
],
|
674 |
inputs=[
|