File size: 178 Bytes
5e3b4b4
 
 
 
 
 
1
2
3
4
5
6
import gradio as gr

with gr.Blocks() as demo:
    gr.HTML("""<iframe src="https://2bc96648-a4dc-4f66.gradio.live" style="width:100%; height:1000px;"></iframe>""")

demo.launch()