Add native "Stealth" infotext support (#2684)
This commit is contained in:
+1
-1
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user