sort and describe all scripts

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2024-11-08 11:32:47 -05:00
parent ba3a32ae47
commit 5de457bb18
28 changed files with 51 additions and 46 deletions
+1 -1
View File
@@ -246,7 +246,7 @@ def create_output_panel(tabname, preview=True, prompt=None, height=None):
# columns are for <576px, <768px, <992px, <1200px, <1400px, >1400px
result_gallery = gr.Gallery(value=[],
label='Output', show_label=False, show_download_button=True, allow_preview=True, container=False, preview=preview,
columns=5, object_fit='scale-down', height=height,
columns=4, object_fit='scale-down', height=height,
elem_id=f"{tabname}_gallery",
)
if prompt is not None: