8901f41
709df48
353ffff
709df48
102a571
728450f |
|
import gradio as gr
iframe = gr.outputs.HTML(
"<iframe src='https://openspeedtest.com/speedtest'></iframe>")
iface = gr.Interface(
fn=lambda x: x,
inputs=None,
outputs=iframe,
capture_session=False)
iface.launch()
|