import gradio as gr | |
embed_widget_code = '<iframe src="https://openspeedtest.com/Get-widget.php" frameborder="0" width="100%" height="600"></iframe>' | |
iface = gr.Interface(embed_widget_code, inputs='', outputs="html", capture_session=False) | |
iface.launch() | |