hojining's picture
Create app.py
5e3b4b4
raw
history blame
178 Bytes
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()