import gradio as gr with gr.Blocks() as demo: gr.Gallery(["lion.jpg"]) demo.launch()