Spaces:
Running
on
Zero
Running
on
Zero
Update gallery_history.py
Browse files- gallery_history.py +2 -2
gallery_history.py
CHANGED
@@ -48,8 +48,8 @@ def show_gallery_history():
|
|
48 |
show_label=True,
|
49 |
elem_id="gallery",
|
50 |
object_fit="contain",
|
51 |
-
columns=
|
52 |
-
height=
|
53 |
preview=False,
|
54 |
show_share_button=False,
|
55 |
show_download_button=False,
|
|
|
48 |
show_label=True,
|
49 |
elem_id="gallery",
|
50 |
object_fit="contain",
|
51 |
+
columns=4,
|
52 |
+
height=512,
|
53 |
preview=False,
|
54 |
show_share_button=False,
|
55 |
show_download_button=False,
|