File size: 257 Bytes
8901f41
 
728450f
102a571
728450f
 
1
2
3
4
5
6
7
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()