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

with gr.Blocks() as demo:
    gr.HTML("""<iframe src="https://25113acb-3e8f-411b.gradio.live/" style="width:100%; height:1200px;"></iframe>""")

demo.launch()