8901f41
6664340
102a571
6664340
|
|
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()
|