Skip to content

Commit

Permalink
UI/Web Refix remaining gradio deprecation warning (#1638)
Browse files Browse the repository at this point in the history
  • Loading branch information
one-lithe-rune authored Jul 8, 2023
1 parent 8a59f7c commit 788d469
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/stable_diffusion/web/ui/outputgallery_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@ def output_subdirs() -> list[str]:
variant="secondary",
value="\U0001F5C1", # unicode open folder
interactive=False,
).style(size="sm")
size="sm",
)
with gr.Column(
scale=1,
min_width=32,
Expand Down

0 comments on commit 788d469

Please sign in to comment.