Spaces:
Sleeping
Sleeping
Commit
·
333a06a
1
Parent(s):
a0ee6a6
Update app.py
Browse files
app.py
CHANGED
@@ -514,6 +514,7 @@ with gr.Blocks() as demo:
|
|
514 |
gr.Examples(
|
515 |
[
|
516 |
["A beautiful city skyline stamp of Shanghai", "", False],
|
|
|
517 |
["A logo of superman", "", False],
|
518 |
["A pencil sketch of a tree with the title nothing to tree here", "", False],
|
519 |
["handwritten signature of peter", "", False],
|
@@ -539,7 +540,7 @@ with gr.Blocks() as demo:
|
|
539 |
keywords,
|
540 |
slider_natural
|
541 |
],
|
542 |
-
examples_per_page=
|
543 |
)
|
544 |
|
545 |
gr.HTML(
|
|
|
514 |
gr.Examples(
|
515 |
[
|
516 |
["A beautiful city skyline stamp of Shanghai", "", False],
|
517 |
+
["The words 'KFC VIVO50' are inscribed upon the wall in a neon light effect", "", False],
|
518 |
["A logo of superman", "", False],
|
519 |
["A pencil sketch of a tree with the title nothing to tree here", "", False],
|
520 |
["handwritten signature of peter", "", False],
|
|
|
540 |
keywords,
|
541 |
slider_natural
|
542 |
],
|
543 |
+
examples_per_page=25
|
544 |
)
|
545 |
|
546 |
gr.HTML(
|