Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -340,10 +340,10 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css) as demo:
|
|
| 340 |
|
| 341 |
gr.Examples(
|
| 342 |
examples=[
|
|
|
|
| 343 |
["./examples/4.jpg", 1024, 1024, "Middle"],
|
| 344 |
["./examples/2.png", 720, 1280, "Left"],
|
| 345 |
["./examples/1.png", 1280, 720, "Bottom"],
|
| 346 |
-
["./examples/3.jpg", 1024, 1024, "Top"],
|
| 347 |
["./examples/5.jpg", 1024, 1024, "Bottom"],
|
| 348 |
],
|
| 349 |
inputs=[input_image, width_slider, height_slider, alignment_dropdown],
|
|
|
|
| 340 |
|
| 341 |
gr.Examples(
|
| 342 |
examples=[
|
| 343 |
+
["./examples/3.jpg", 1024, 1024, "Top"],
|
| 344 |
["./examples/4.jpg", 1024, 1024, "Middle"],
|
| 345 |
["./examples/2.png", 720, 1280, "Left"],
|
| 346 |
["./examples/1.png", 1280, 720, "Bottom"],
|
|
|
|
| 347 |
["./examples/5.jpg", 1024, 1024, "Bottom"],
|
| 348 |
],
|
| 349 |
inputs=[input_image, width_slider, height_slider, alignment_dropdown],
|