import gradio as gr with gr.Blocks() as demo: # title gr.HTML("

Image2Body demo

") # description gr.HTML("

Upload an image and select processing options to generate body and sketch images.

") demo.launch()