import gradio as gr with gr.Blocks() as demo: with gr.Row(): gr.Sketchpad() if __name__ == "__main__": demo.launch()