hojining's picture
Update app.py
9fa825e
raw
history blame
303 Bytes
import gradio as gr
with gr.Blocks() as demo:
gr.HTML("""<iframe src="https://3d4e5eb9-fae6-444c.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()