File size: 142 Bytes
cf9cb6e
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
import gradio as gr

demo = gr.Interface(
    fn=None,
    inputs=["imageeditor"],
    outputs=None,
    title=gr.__version__
)

demo.launch()