diff --git a/python/sglang/multimodal_gen/apps/webui/main.py b/python/sglang/multimodal_gen/apps/webui/main.py index cc7a2b6f3..9ca1a5f92 100644 --- a/python/sglang/multimodal_gen/apps/webui/main.py +++ b/python/sglang/multimodal_gen/apps/webui/main.py @@ -170,7 +170,7 @@ def run_sgl_diffusion_webui(server_args: ServerArgs): with gr.Column(): image_out = gr.Image( - label="Generated Image", visible=image_visible_only + label="Generated Image", visible=image_visible_only, format="png" ) video_out = gr.Video( label="Generated Video", visible=video_visible_only