Add native "Stealth" infotext support (#2684)

This commit is contained in:
catboxanon
2025-02-23 15:03:50 -05:00
committed by GitHub
parent 184bb04f8d
commit c4b6fccefc
5 changed files with 216 additions and 34 deletions
+1 -1
View File
@@ -927,7 +927,7 @@ def create_ui():
with gr.Blocks(analytics_enabled=False) as pnginfo_interface:
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", height="50vh")
image = gr.Image(elem_id="pnginfo_image", label="Source", source="upload", interactive=True, type="pil", height="50vh", image_mode="RGBA")
with gr.Column(variant='panel'):
html = gr.HTML()