Update app.py
Browse files
app.py
CHANGED
@@ -401,6 +401,10 @@ def create_demo():
|
|
401 |
"./examples/16.png",
|
402 |
"This is a background image. Based on it, design a poster, rendering some text on it, including title, subtitle, and some slogan, making it a aesthetic and hormanized poster.",
|
403 |
],
|
|
|
|
|
|
|
|
|
404 |
]
|
405 |
|
406 |
gr.Examples(
|
|
|
401 |
"./examples/16.png",
|
402 |
"This is a background image. Based on it, design a poster, rendering some text on it, including title, subtitle, and some slogan, making it a aesthetic and hormanized poster.",
|
403 |
],
|
404 |
+
[
|
405 |
+
"./examples/17.png",
|
406 |
+
"Fill the exact green shape shown in the question grid. Choose the only option set whose pieces perfectly tile the shape without gaps or overlap.",
|
407 |
+
],
|
408 |
]
|
409 |
|
410 |
gr.Examples(
|