Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -123,7 +123,6 @@ with gr.Blocks() as demo:
|
|
| 123 |
examples=[os.path.join("examples", f) for f in os.listdir("examples") if f.lower().endswith((".jpg", ".jpeg", ".png"))],
|
| 124 |
inputs=image_input,
|
| 125 |
label="Example Images",
|
| 126 |
-
examples_per_page=16,
|
| 127 |
elem_id="custom-example-gallery"
|
| 128 |
)
|
| 129 |
|
|
|
|
| 123 |
examples=[os.path.join("examples", f) for f in os.listdir("examples") if f.lower().endswith((".jpg", ".jpeg", ".png"))],
|
| 124 |
inputs=image_input,
|
| 125 |
label="Example Images",
|
|
|
|
| 126 |
elem_id="custom-example-gallery"
|
| 127 |
)
|
| 128 |
|