File size: 239 Bytes
b7cfcd0
eca7532
320761b
 
 
 
 
 
1564a3d
1
2
3
4
5
6
7
8
9
import gradio as gr

with gr.Blocks() as demo:
    # title
    gr.HTML("<h1>Image2Body demo</h1>")
    # description
    gr.HTML("<p>Upload an image and select processing options to generate body and sketch images.</p>")

    demo.launch()