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