8901f41
728450f
102a571
728450f
|
|
import gradio as gr
embed_widget_code = "<iframe src='https://openspeedtest.com/Get-widget.php?v=0.0.1' style='border:none;height:190px;width:100%;' ></iframe>"
iface = gr.Interface(embed_widget_code, outputs="html", capture_session=False)
iface.launch()
|