import gradio as gr with gr.Blocks() as demo: gr.Image(interative=True) demo.launch()