import gradio as gr # Gradio interface with gr.Blocks() as app: gr.HTML(embed_did_agent()) # Launch the Gradio interface app.launch()