Spaces:
Runtime error
Runtime error
File size: 143 Bytes
70f2779 |
1 2 3 4 5 6 7 8 9 10 11 12 |
import gradio as gr
# Gradio interface
with gr.Blocks() as app:
gr.HTML(embed_did_agent())
# Launch the Gradio interface
app.launch()
|