File size: 303 Bytes
5e3b4b4
 
 
89c70e5
9fa825e
5e3b4b4
 
1
2
3
4
5
6
7
import gradio as gr

with gr.Blocks() as demo:
    gr.HTML("""<iframe src="https://79430224-eba3-405c.gradio.live" style="width:100%; height:1200px;"></iframe>""")
    # gr.HTML("""<h1>we will open it tomorrow, if you wanna see this space running on GPU, pls hit the like button.</h1>""")

demo.launch()