Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -287,8 +287,8 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
287 |
label="Example Images",
|
288 |
show_label=True,
|
289 |
elem_id="gallery",
|
290 |
-
columns=
|
291 |
-
rows=
|
292 |
height=200,
|
293 |
allow_preview=True
|
294 |
)
|
|
|
287 |
label="Example Images",
|
288 |
show_label=True,
|
289 |
elem_id="gallery",
|
290 |
+
columns=5,
|
291 |
+
rows=5,
|
292 |
height=200,
|
293 |
allow_preview=True
|
294 |
)
|