import gradio as gr embed_widget_code = '' iface = gr.Interface(embed_widget_code, inputs='', outputs="html", capture_session=False) iface.launch()