Introducing Gradio Clients
Building Demos
Blocks Layout
Components
Helpers
Modals
Routes
Other
New to Gradio? Start here: Getting Started
See the Release History
Group
Tab
gradio.Row(···)
with gr.Blocks() as demo: with gr.Row(): gr.Image("lion.jpg", scale=2) gr.Image("tiger.jpg", scale=1) demo.launch()
Controlling Layout