Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -239,7 +239,7 @@ with gr.Blocks(delete_cache=(600, 600)) as demo:
|
|
239 |
fn=preprocess_image,
|
240 |
outputs=[image_prompt],
|
241 |
run_on_click=True,
|
242 |
-
examples_per_page=
|
243 |
)
|
244 |
|
245 |
# Handlers
|
|
|
239 |
fn=preprocess_image,
|
240 |
outputs=[image_prompt],
|
241 |
run_on_click=True,
|
242 |
+
examples_per_page=26,
|
243 |
)
|
244 |
|
245 |
# Handlers
|