Update app.py
Browse files
app.py
CHANGED
|
@@ -232,6 +232,8 @@ EXAMPLE_IMAGES = [
|
|
| 232 |
["static/assets/2.jpg"],
|
| 233 |
["static/assets/3.jpg"],
|
| 234 |
["static/assets/4.jpg"],
|
|
|
|
|
|
|
| 235 |
]
|
| 236 |
|
| 237 |
# Company information
|
|
@@ -348,7 +350,7 @@ with gr.Blocks(title="Miragic Speed-Painting", theme=gr.themes.Ocean(), css=css)
|
|
| 348 |
examples=EXAMPLE_IMAGES,
|
| 349 |
inputs=image_input,
|
| 350 |
label="Try these examples!",
|
| 351 |
-
examples_per_page=
|
| 352 |
)
|
| 353 |
|
| 354 |
submit_btn = gr.Button("Generate Speedpainting π", elem_classes="button-gradient")
|
|
|
|
| 232 |
["static/assets/2.jpg"],
|
| 233 |
["static/assets/3.jpg"],
|
| 234 |
["static/assets/4.jpg"],
|
| 235 |
+
["static/assets/5.jpg"],
|
| 236 |
+
["static/assets/6.jpg"],
|
| 237 |
]
|
| 238 |
|
| 239 |
# Company information
|
|
|
|
| 350 |
examples=EXAMPLE_IMAGES,
|
| 351 |
inputs=image_input,
|
| 352 |
label="Try these examples!",
|
| 353 |
+
examples_per_page=6
|
| 354 |
)
|
| 355 |
|
| 356 |
submit_btn = gr.Button("Generate Speedpainting π", elem_classes="button-gradient")
|