"""Interface to explore images and labels. """ import gradio as gr with gr.Blocks() as interface: with gr.Row(): with gr.Column(): gr.Image( label="Image", )