aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndray <light.and.ray@gmail.com>2024-02-10 13:00:16 +0400
committerAndray <light.and.ray@gmail.com>2024-02-10 13:00:16 +0400
commit82e2e25325f7976358b4eaca2442742e33be4f3d (patch)
treef5123795483721530ea070971c3aaf0439322152
parentd69a7944c9ad5a086d99cf9220a3a2742a1194f3 (diff)
ResizeHandleRow png_info and train
-rw-r--r--modules/ui.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/ui.py b/modules/ui.py
index 177c6872..44ce9832 100644
--- a/modules/ui.py
+++ b/modules/ui.py
@@ -863,7 +863,7 @@ def create_ui():
ui_postprocessing.create_ui()
with gr.Blocks(analytics_enabled=False) as pnginfo_interface:
- with gr.Row(equal_height=False):
+ with ResizeHandleRow(equal_height=False):
with gr.Column(variant='panel'):
image = gr.Image(elem_id="pnginfo_image", label="Source", source="upload", interactive=True, type="pil")
@@ -891,7 +891,7 @@ def create_ui():
with gr.Row(equal_height=False):
gr.HTML(value="<p style='margin-bottom: 0.7em'>See <b><a href=\"https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Textual-Inversion\">wiki</a></b> for detailed explanation.</p>")
- with gr.Row(variant="compact", equal_height=False):
+ with ResizeHandleRow(variant="compact", equal_height=False):
with gr.Tabs(elem_id="train_tabs"):
with gr.Tab(label="Create embedding", id="create_embedding"):